You are here

function social_topic_social_follow_content_types_alter in Open Social 8.9

Same name and namespace in other branches
  1. 8.4 modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  2. 8.5 modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  3. 8.6 modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  4. 8.7 modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  5. 8.8 modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  6. 10.3.x modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  7. 10.0.x modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  8. 10.1.x modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()
  9. 10.2.x modules/social_features/social_topic/social_topic.module \social_topic_social_follow_content_types_alter()

Implements hook_social_follow_content_types_alter().

File

modules/social_features/social_topic/social_topic.module, line 279
The Social topic module.

Code

function social_topic_social_follow_content_types_alter(array &$types) {
  $types[] = 'topic';
}