You are here

function yoast_seo_form_node_type_form_alter in Real-time SEO for Drupal 7

Implements hook_form_FORM_ID_alter().

Adds extra settings to the node content type edit page.

File

./yoast_seo.module, line 876
Primary hook implementations for Yoast SEO for Drupal module.

Code

function yoast_seo_form_node_type_form_alter(&$form, $form_state) {
  form_load_include($form_state, 'inc', 'yoast_seo', 'includes/yoast_seo.forms');
  _yoast_seo_process_node_settings_form($form);
}