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 modules/
facets_summary/ src/ Processor/ ProcessorPluginBase.php  - Determines whether this processor should always be enabled.
 
File
- modules/
facets_summary/ src/ Processor/ ProcessorInterface.php, line 93  
Class
- ProcessorInterface
 - Describes a processor.
 
Namespace
Drupal\facets_summary\ProcessorCode
public function isLocked();