Log in
Model

AbstractFlatState

Magento\Catalog\Model\Indexer\AbstractFlatState

What it does

This abstract class provides a foundation for checking the availability and enabled state of Magento's flat indexer functionality (used for product and category flat tables).

Developers extend this class to implement specific flat state checkers that determine if flat indexing is configured, enabled in settings, and if the index is valid and ready to use.

Public Methods

  • isFlatEnabled()
  • isAvailable()