glyphicons.module in CKEditor Bootstrap Glyphicon 8
This module holds functions and hooks useful for the module.
File
glyphicons.moduleView source
<?php
/**
* @file
* This module holds functions and hooks useful for the module.
*/
/**
* Implements hook_page_attachments().
*/
function glyphicons_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'glyphicons/bootstrap_glyphicons';
}
Functions
Name | Description |
---|---|
glyphicons_page_attachments | Implements hook_page_attachments(). |