You are here

public function ProcessorPropertyInterface::isHidden in Search API 8

Determines whether this property should be hidden from the UI.

Return value

bool TRUE if this property should not be displayed in the UI, FALSE otherwise.

2 methods override ProcessorPropertyInterface::isHidden()
EntityProcessorProperty::isHidden in src/Processor/EntityProcessorProperty.php
Determines whether this property should be hidden from the UI.
ProcessorProperty::isHidden in src/Processor/ProcessorProperty.php
Determines whether this property should be hidden from the UI.

File

src/Processor/ProcessorPropertyInterface.php, line 26

Class

ProcessorPropertyInterface
Provides an interface for processor-defined properties.

Namespace

Drupal\search_api\Processor

Code

public function isHidden();