You are here

function acquia_contenthub_form_node_form_alter in Acquia Content Hub 8

Implements hook_form_BASE_FORM_ID_alter().

File

./acquia_contenthub.module, line 122
Contains acquia_contenthub.module.

Code

function acquia_contenthub_form_node_form_alter(&$form, $form_state) {
  acquia_contenthub_form_entity_form_alter($form, $form_state, 'node');
}