function template_preprocess_field__ds_field_minimal in Display Suite 8.2
Same name and namespace in other branches
- 8.4 ds.module \template_preprocess_field__ds_field_minimal()
- 8.3 ds.module \template_preprocess_field__ds_field_minimal()
Implements template_preprocess_ds_field_minimal().
File
- ./
ds.module, line 892 - Display Suite core functions.
Code
function template_preprocess_field__ds_field_minimal(&$variables) {
$variables['settings'] = isset($variables['ds-config']['settings']) ? $variables['ds-config']['settings'] : [];
}