function 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);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!field_ui!field_ui.module/function/template_preprocess_field_ui_table/8.1.x