Same filename in other branches
  1. 5.0.x tests/modules/advagg_test/advagg_test.module
  2. 6.0.x tests/modules/advagg_test/advagg_test.module
  3. 8.x-3.x tests/modules/advagg_test/advagg_test.module
  4. 8.x-4.x tests/modules/advagg_test/advagg_test.module

Advanced CSS/JS aggregation module.

Fichier

tests/modules/advagg_test/advagg_test.module

View source
<?php


/**
 * @file
 * Advanced CSS/JS aggregation module.
 */

/**
 * Implements hook_page_attachments().
 */
function advagg_test_page_attachments(array &$page) {
    $page['#attached']['library'][] = 'advagg_test/external';
}

Functions

Titre Deprecated Résumé
advagg_test_page_attachments Implements hook_page_attachments().