function genpass_page_attachments in Generate Password 8
Implements hook_page_attachments().
File
- ./
genpass.module, line 17 - Contains genpass.module.
Code
function genpass_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'genpass/genpass';
}