You are here

function social_album_social_core_compatible_content_forms_alter in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_album/social_album.module \social_album_social_core_compatible_content_forms_alter()
  2. 10.0.x modules/social_features/social_album/social_album.module \social_album_social_core_compatible_content_forms_alter()
  3. 10.1.x modules/social_features/social_album/social_album.module \social_album_social_core_compatible_content_forms_alter()

Implements hook_social_core_compatible_content_forms_alter().

File

modules/social_features/social_album/social_album.module, line 529
The Social Album module.

Code

function social_album_social_core_compatible_content_forms_alter(&$compatible_content_type_forms) {
  $compatible_content_type_forms[] = 'node_album_form';
  $compatible_content_type_forms[] = 'node_album_edit_form';
}