function OliveroHooks::preprocessViewsViewTable

Same name and namespace in other branches
  1. main 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\Hook

Code

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.