You are here

public function ProcessorInterface::isLocked in Search API 8

Determines whether this processor should always be enabled.

Return value

bool TRUE if this processor should be forced enabled; FALSE otherwise.

1 method overrides ProcessorInterface::isLocked()
ProcessorPluginBase::isLocked in src/Processor/ProcessorPluginBase.php
Determines whether this processor should always be enabled.

File

src/Processor/ProcessorInterface.php, line 133

Class

ProcessorInterface
Provides an interface for Search API processor plugins.

Namespace

Drupal\search_api\Processor

Code

public function isLocked();