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

function template_preprocess_field_ui_table(&$variables) {
  template_preprocess_table($variables);
}
doc_Drupal
2016-10-29 09:46:40
Comments
Leave a Comment

Please login to continue.