template_preprocess_field_ui_table

template_preprocess_field_ui_table(&$variables)

Prepares variables for field UI overview table templates.

Default template: field-ui-table.html.twig.

Parameters

array $variables: An associative array containing:

  • elements: An associative array containing a Form API structure to be rendered as a table.

File

core/modules/field_ui/field_ui.module, line 228
Allows administrators to attach custom fields to fieldable types.

Code

1
2
3
function template_preprocess_field_ui_table(&$variables) {
  template_preprocess_table($variables);
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.