You are here

public function ProcessorInterface::isHidden in Facets 8

Same name in this branch
  1. 8 src/Processor/ProcessorInterface.php \Drupal\facets\Processor\ProcessorInterface::isHidden()
  2. 8 modules/facets_summary/src/Processor/ProcessorInterface.php \Drupal\facets_summary\Processor\ProcessorInterface::isHidden()

Determines whether this processor should be hidden from the user.

Return value

bool TRUE if this processor should be hidden from the user; FALSE otherwise.

1 method overrides ProcessorInterface::isHidden()
ProcessorPluginBase::isHidden in modules/facets_summary/src/Processor/ProcessorPluginBase.php
Determines whether this processor should be hidden from the user.

File

modules/facets_summary/src/Processor/ProcessorInterface.php, line 101

Class

ProcessorInterface
Describes a processor.

Namespace

Drupal\facets_summary\Processor

Code

public function isHidden();