You are here

public function EntityProcessorProperty::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/EntityProcessorProperty.php, line 15

Class

EntityProcessorProperty
Provides a definition for a processor property that contains an entity.

Namespace

Drupal\search_api\Processor

Code

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