public function IndexInterface::removeProcessor in Search API 8
Removes a processor from this index.
Parameters
string $processor_id: The ID of the processor to remove.
Return value
$this
2 methods override IndexInterface::removeProcessor()
- Index::removeProcessor in src/
Entity/ Index.php - Removes a processor from this index.
- UnsavedIndexConfiguration::removeProcessor in src/
UnsavedIndexConfiguration.php - Removes a processor from this index.
File
- src/
IndexInterface.php, line 358
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function removeProcessor($processor_id);