You are here

function social_follow_taxonomy_page_attachments in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_page_attachments()
  2. 10.1.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_page_attachments()
  3. 10.2.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_page_attachments()

Implements hook_page_attachments().

File

modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module, line 58
Contains social_follow_taxonomy.module.

Code

function social_follow_taxonomy_page_attachments(array &$page) {
  $page['#attached']['library'][] = 'social_follow_taxonomy/social_follow_taxonomy';
}