You are here

advagg_test.module in Advanced CSS/JS Aggregation 8.4

Advanced CSS/JS aggregation testing module.

File

tests/modules/advagg_test/advagg_test.module
View source
<?php

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

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

Functions