You are here

function template_preprocess_field__pattern_ds_field_template in UI Patterns 8

Preprocess hook.

Parameters

array $variables: Theme variables.

File

modules/ui_patterns_ds/ui_patterns_ds.module, line 62
Contains module file.

Code

function template_preprocess_field__pattern_ds_field_template(array &$variables) {
  \Drupal::service('ui_patterns_ds.field_template_processor')
    ->process($variables);
}