public function ProcessorPropertyInterface::getProcessorId in Search API 8
Retrieves the ID of the processor which defines this property.
Return value
string The defining processor's plugin ID.
2 methods override ProcessorPropertyInterface::getProcessorId()
- EntityProcessorProperty::getProcessorId in src/
Processor/ EntityProcessorProperty.php - Retrieves the ID of the processor which defines this property.
- ProcessorProperty::getProcessorId in src/
Processor/ ProcessorProperty.php - Retrieves the ID of the processor which defines this property.
File
- src/
Processor/ ProcessorPropertyInterface.php, line 18
Class
- ProcessorPropertyInterface
- Provides an interface for processor-defined properties.
Namespace
Drupal\search_api\ProcessorCode
public function getProcessorId();