function poll_page_attachments in Poll 8
Implements hook_page_attachments().
File
- ./
poll.module, line 92 - Collects votes on different topics in the form of multiple choice questions.
Code
function poll_page_attachments(array &$page) {
$page['#attached']['library'][] = 'poll/drupal.poll-links';
}