You are here

public function ProcessorInterface::supportsStage in Search API 8

Checks whether this processor implements a particular stage.

Parameters

string $stage: The stage to check: one of the self::STAGE_* constants.

Return value

bool TRUE if the processor runs on this particular stage; FALSE otherwise.

1 method overrides ProcessorInterface::supportsStage()
ProcessorPluginBase::supportsStage in src/Processor/ProcessorPluginBase.php
Checks whether this processor implements a particular stage.

File

src/Processor/ProcessorInterface.php, line 98

Class

ProcessorInterface
Provides an interface for Search API processor plugins.

Namespace

Drupal\search_api\Processor

Code

public function supportsStage($stage);