public function PatternSettingTypeInterface::preprocess in UI Patterns Settings 8
Same name and namespace in other branches
- 8.2 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 56
Class
- PatternSettingTypeInterface
- Defines an interface for UI Patterns setting type plugins.
Namespace
Drupal\ui_patterns_settings\PluginCode
public function preprocess($value, array $context);