You are here

public function ProcessorProperty::getProcessorId in Search API 8

Retrieves the ID of the processor which defines this property.

Return value

string The defining processor's plugin ID.

Overrides ProcessorPropertyInterface::getProcessorId

File

src/Processor/ProcessorProperty.php, line 15

Class

ProcessorProperty
Provides a base class for normal processor-defined properties.

Namespace

Drupal\search_api\Processor

Code

public function getProcessorId() {
  return $this->definition['processor_id'];
}