function taxonomy_container_enable in Taxonomy container 6
Implements hook_enable().
File
- ./
taxonomy_container.install, line 20 - Installation file for Taxonomy container module.
Code
function taxonomy_container_enable() {
// taxonomy_form_alter checks for taxonomy_override_selector before loading the full
// vocabulary, so contrib modules can intercept before hook_form_alter
// and provide scalable alternatives.
variable_set('taxonomy_override_selector', TRUE);
}