9 calls to Index::getProcessors() in Search API 8
- Index::addProcessor in src/
Entity/ Index.php - Adds a processor to this index.
- Index::getAllPlugins in src/
Entity/ Index.php - Retrieves all the plugins contained in this index.
- Index::getProcessor in src/
Entity/ Index.php - Retrieves a specific processor plugin for this index.
- Index::getProcessorsByStage in src/
Entity/ Index.php - Loads this index's processors for a specific stage.
- Index::isValidProcessor in src/
Entity/ Index.php - Determines whether the given processor ID is valid for this index.
- Index::preSave in src/
Entity/ Index.php - Acts on an entity before the presave hook is invoked.
- Index::reactToProcessorChanges in src/
Entity/ Index.php - Reacts to changes in processor configuration.
- Index::removeProcessor in src/
Entity/ Index.php - Removes a processor from this index.
- Index::writeChangesToSettings in src/
Entity/ Index.php - Prepares for changes to this index to be persisted.