You are here

function js_testing_log_test_page_attachments in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.module \js_testing_log_test_page_attachments()

Implements hook_page_attachments().

File

core/modules/system/tests/modules/js_testing_log_test/js_testing_log_test.module, line 11
Helper module for the JavaScript deprecation tests.

Code

function js_testing_log_test_page_attachments(array &$attachments) {

  // Unconditionally attach an asset to the page.
  $attachments['#attached']['library'][] = 'js_testing_log_test/deprecation_log';
}