function SettingsTrayTestCssHooks::pageAttachments

Implements hook_page_attachments().

File

core/modules/settings_tray/tests/modules/settings_tray_test_css/src/Hook/SettingsTrayTestCssHooks.php, line 17

Class

SettingsTrayTestCssHooks
Hook implementations for settings_tray_test_css.

Namespace

Drupal\settings_tray_test_css\Hook

Code

public function pageAttachments(array &$attachments) : void {
    // Unconditionally attach an asset to the page.
    $attachments['#attached']['library'][] = 'settings_tray_test_css/drupal.css_fix';
}

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