function OliveroHooks::preprocessViewsViewTable
Same name and namespace in other branches
- 11.x core/themes/olivero/src/Hook/OliveroHooks.php \Drupal\olivero\Hook\OliveroHooks::preprocessViewsViewTable()
Implements hook_preprocess_HOOK() for views-view-table.
Attributes
#[Hook('preprocess_views_view_table')]
File
-
core/
themes/ olivero/ src/ Hook/ OliveroHooks.php, line 616
Class
- OliveroHooks
- Hook implementations for olivero.
Namespace
Drupal\olivero\HookCode
public function preprocessViewsViewTable(&$variables) : void {
$variables['#attached']['library'][] = 'olivero/olivero.table';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.