function js_deprecation_log_test_page_attachments
Implements hook_page_attachments().
File
-
core/
modules/ system/ tests/ modules/ js_deprecation_log_test/ js_deprecation_log_test.module, line 11
Code
function js_deprecation_log_test_page_attachments(array &$attachments) {
// Unconditionally attach an asset to the page.
$attachments['#attached']['library'][] = 'js_deprecation_log_test/deprecation_log';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.