You are here

public function IndexInterface::getProcessors in Search API 8

Retrieves this index's processors.

Return value

\Drupal\search_api\Processor\ProcessorInterface[] An array of all enabled processors for this index.

2 methods override IndexInterface::getProcessors()
Index::getProcessors in src/Entity/Index.php
Retrieves this index's processors.
UnsavedIndexConfiguration::getProcessors in src/UnsavedIndexConfiguration.php
Retrieves this index's processors.

File

src/IndexInterface.php, line 289

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

public function getProcessors();