You are here

public function PatternSettingTypeInterface::preprocess in UI Patterns Settings 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/PatternSettingTypeInterface.php \Drupal\ui_patterns_settings\Plugin\PatternSettingTypeInterface::preprocess()

Returns the processed setting variable.

Parameters

string $value: The stored value.

array $context: Context informations.

Return value

mixed The processed value.

1 method overrides PatternSettingTypeInterface::preprocess()
PatternSettingTypeBase::preprocess in src/Plugin/PatternSettingTypeBase.php
Returns the processed setting variable.

File

src/Plugin/PatternSettingTypeInterface.php, line 60

Class

PatternSettingTypeInterface
Defines an interface for UI Patterns setting type plugins.

Namespace

Drupal\ui_patterns_settings\Plugin

Code

public function preprocess($value, array $context);