You are here

function template_preprocess_field__ds_field_reset in Display Suite 8.4

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

Implements template_preprocess_ds_field_reset().

File

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

Code

function template_preprocess_field__ds_field_reset(&$variables) {
  $variables['show_colon'] = \Drupal::config('ds.settings')
    ->get('ft-show-colon');
}