You are here

function claro_preprocess_field_ui_table in Drupal 8

Same name and namespace in other branches
  1. 9 core/themes/claro/claro.theme \claro_preprocess_field_ui_table()

Implements template_preprocess_HOOK() for field_ui_table.

File

core/themes/claro/claro.theme, line 957
Functions to support theming in the Claro theme.

Code

function claro_preprocess_field_ui_table(&$variables) {
  claro_preprocess_table($variables);
}