taxonomy.install

Install, update and uninstall functions for the taxonomy module.

File

modules/taxonomy/taxonomy.install

Functions

Name Description
taxonomy_field_schema Implements hook_field_schema().
taxonomy_schema Implements hook_schema().
taxonomy_uninstall Implements hook_uninstall().
taxonomy_update_7001 Rename taxonomy tables.
taxonomy_update_7002 Add {vocabulary}.machine_name column.
taxonomy_update_7003 Remove the related terms setting from vocabularies.
taxonomy_update_7004 Move taxonomy vocabulary associations for nodes to fields and field instances.
taxonomy_update_7005 Migrate {taxonomy_term_node} table to field storage.
taxonomy_update_7006 Add {taxonomy_term_data}.format column.
taxonomy_update_7007 Add index on {taxonomy_term_data}.name column to speed up taxonomy_get_term_by_name().
taxonomy_update_7008 Change the weight columns to normal int.
taxonomy_update_7009 Change {taxonomy_term_data}.format into varchar.
taxonomy_update_7010 Change {taxonomy_index}.created to support signed int.
taxonomy_update_7011 Drop unpublished nodes from the index.
taxonomy_update_dependencies Implements hook_update_dependencies().
_update_7002_taxonomy_get_vocabularies Utility function: get the list of vocabularies directly from the database.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!taxonomy!taxonomy.install/7.x