function claro_preprocess_field_ui_table in Drupal 9
Same name and namespace in other branches
- 8 core/themes/claro/claro.theme \claro_preprocess_field_ui_table()
- 10 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 1035 - Functions to support theming in the Claro theme.
Code
function claro_preprocess_field_ui_table(&$variables) {
claro_preprocess_table($variables);
}