function olivero_preprocess_views_view_table

Implements hook_preprocess_HOOK() for views-view-table templates.

File

core/themes/olivero/olivero.theme, line 627

Code

function olivero_preprocess_views_view_table(&$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.