You are here

function social_follow_landing_page_theme in Open Social 10.1.x

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

Implements hook_theme().

File

modules/social_features/social_follow_taxonomy/modules/social_follow_landing_page/social_follow_landing_page.module, line 19
Contains social_follow_landing_page.module.

Code

function social_follow_landing_page_theme() {
  return [
    'paragraph__tag__default' => [
      'base hook' => 'paragraph',
    ],
    'block__inline_block__follow_tags' => [
      'base hook' => 'block',
    ],
  ];
}