You are here

asset_injector.api.php in Asset Injector 8

Same filename and directory in other branches
  1. 8.2 asset_injector.api.php

Asset Injector Hooks.

File

asset_injector.api.php
View source
<?php

/**
 * @file
 * Asset Injector Hooks.
 */

/**
 * Alter the dynamic library created by asset injector.
 *
 * Alters before returning the array to Drupal for inclusion.
 *
 * @param array $library
 *   The library values generated by the different assets.
 */
function hook_asset_injector_library_info_build_alter(array &$library) {
}

Functions

Namesort descending Description
hook_asset_injector_library_info_build_alter Alter the dynamic library created by asset injector.