You are here

public function FieldTemplateProcessorInterface::process in UI Patterns 8

Process field template variables.

Parameters

array $variables: Variables array.

See also

template_preprocess_field__pattern_ds_field_template()

1 method overrides FieldTemplateProcessorInterface::process()
FieldTemplateProcessor::process in modules/ui_patterns_ds/src/FieldTemplateProcessor.php
Process field template variables.

File

modules/ui_patterns_ds/src/FieldTemplateProcessorInterface.php, line 20

Class

FieldTemplateProcessorInterface
Interface FieldTemplateProcessorInterface.

Namespace

Drupal\ui_patterns_ds

Code

public function process(array &$variables);