You are here

function community_tags_node_form_community_tags_delete_all_form_alter in Community Tags 6.2

Implementation of hook_form_FORM_ID_alter() for delete community tags confirmation form.

File

community_tags_node/community_tags_node.module, line 76
community_tags_node.module

Code

function community_tags_node_form_community_tags_delete_all_form_alter(&$form, &$form_state) {

  // include admin.inc.
  module_load_include('inc', 'community_tags_node', 'community_tags_node.admin');
  _community_tags_node_delete_all($form, $form_state);
}