You are here

function social_landing_page_social_core_compatible_content_forms_alter in Open Social 10.0.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_landing_page/social_landing_page.module \social_landing_page_social_core_compatible_content_forms_alter()
  2. 10.1.x modules/social_features/social_landing_page/social_landing_page.module \social_landing_page_social_core_compatible_content_forms_alter()
  3. 10.2.x modules/social_features/social_landing_page/social_landing_page.module \social_landing_page_social_core_compatible_content_forms_alter()

Implements hook_social_core_compatible_content_forms_alter().

File

modules/social_features/social_landing_page/social_landing_page.module, line 295
The Social landing page module.

Code

function social_landing_page_social_core_compatible_content_forms_alter(&$compatible_content_type_forms) {
  $compatible_content_type_forms[] = 'node_landing_page_form';
  $compatible_content_type_forms[] = 'node_landing_page_edit_form';
}