function features_form_taxonomy_form_vocabulary_alter in Features 6
Targeted form_alter for vocabulary edit pages.
File
- ./
features.module, line 782 - Module file for the features module, which enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together statisfy a certain use-case.
Code
function features_form_taxonomy_form_vocabulary_alter(&$form, &$form_state) {
module_load_include('inc', 'features', "includes/features.taxonomy");
_features_form_taxonomy_form_vocabulary_alter($form, $form_state);
}