function ClaroHooks::preprocessFieldUiTable

Same name and namespace in other branches
  1. 11.x core/themes/claro/src/Hook/ClaroHooks.php \Drupal\claro\Hook\ClaroHooks::preprocessFieldUiTable()

Implements hook_preprocess_HOOK() for field_ui_table.

Attributes

#[Hook('preprocess_field_ui_table')]

File

core/themes/claro/src/Hook/ClaroHooks.php, line 971

Class

ClaroHooks
Hook implementations for claro.

Namespace

Drupal\claro\Hook

Code

public function preprocessFieldUiTable(&$variables) : void {
  $this->preprocessTable($variables);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.