public function ProcessorInterface::isLocked in Facets 8
Same name in this branch
- 8 src/Processor/ProcessorInterface.php \Drupal\facets\Processor\ProcessorInterface::isLocked()
- 8 modules/facets_summary/src/Processor/ProcessorInterface.php \Drupal\facets_summary\Processor\ProcessorInterface::isLocked()
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 97
Class
- ProcessorInterface
- Describes a processor.
Namespace
Drupal\facets\ProcessorCode
public function isLocked();