You are here

function social_event_social_follow_content_types_alter in Open Social 8.4

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

Implements hook_social_follow_content_types_alter().

File

modules/social_features/social_event/social_event.module, line 515
The Social event module.

Code

function social_event_social_follow_content_types_alter(array &$types) {
  $types[] = 'event';
}