Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\ObjectManagerInterface $objectManager) | |
get ($indexerId) | |
Protected Attributes | |
$objectManager | |
$indexers = [] | |
@api Retrieve indexer by id, for example when indexer need to be invalidated
Definition at line 12 of file IndexerRegistry.php.
__construct | ( | \Magento\Framework\ObjectManagerInterface | $objectManager | ) |
\Magento\Framework\ObjectManagerInterface | $objectManager |
Definition at line 27 of file IndexerRegistry.php.
get | ( | $indexerId | ) |
Retrieve indexer instance by id
string | $indexerId |
Definition at line 38 of file IndexerRegistry.php.
|
protected |
Definition at line 22 of file IndexerRegistry.php.
|
protected |
Definition at line 17 of file IndexerRegistry.php.