You are here

function template_preprocess_field__ds_field_minimal in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 ds.module \template_preprocess_field__ds_field_minimal()
  2. 8.3 ds.module \template_preprocess_field__ds_field_minimal()

Implements template_preprocess_ds_field_minimal().

File

./ds.module, line 1091
Display Suite core functions.

Code

function template_preprocess_field__ds_field_minimal(&$variables) {
  $variables['settings'] = isset($variables['ds-config']['settings']) ? $variables['ds-config']['settings'] : [];
}