search_kint.module in Search Kint 8
Adds JS and CSS for search kint functionality.
File
search_kint.moduleView source
<?php
/**
* @file
* Adds JS and CSS for search kint functionality.
*/
/**
* Implements hook_page_attachments().
*/
function search_kint_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'search_kint/search_kint';
}
Functions
Name![]() |
Description |
---|---|
search_kint_page_attachments | Implements hook_page_attachments(). |