You are here

public function PatternSettingTypeInterface::preprocessExposedField in UI Patterns Settings 8.2

Returns the processed setting variable for an exposed field.

Parameters

\Drupal\Core\Field\FieldItemList $field: The stored value.

Return value

mixed The processed value.

1 method overrides PatternSettingTypeInterface::preprocessExposedField()
PatternSettingTypeBase::preprocessExposedField in src/Plugin/PatternSettingTypeBase.php
Returns the processed setting variable for an exposed field.

File

src/Plugin/PatternSettingTypeInterface.php, line 71

Class

PatternSettingTypeInterface
Defines an interface for UI Patterns setting type plugins.

Namespace

Drupal\ui_patterns_settings\Plugin

Code

public function preprocessExposedField(FieldItemList $field);