responsive_table_filter.module in Responsive Table Filter 8
Same filename and directory in other branches
File
responsive_table_filter.moduleView source
<?php
/**
* Implements hook_page_attachments().
*/
function responsive_table_filter_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'responsive_table_filter/responsive-table';
}
Functions
Name | Description |
---|---|
responsive_table_filter_page_attachments | Implements hook_page_attachments(). |