You are here

Functions in Content Taxonomy 7

Primary tabs

Namesort descending Location Description Direct uses Strings
content_taxonomy_allowed_values ./content_taxonomy.module Returns the set of valid terms for a taxonomy field. Extends taxonomy_allowed_values() with the tree depth option. 2
content_taxonomy_allowed_values_opt_groups ./content_taxonomy.module Helper function for generating opt groups. 1
content_taxonomy_autocomplete_field_attach_form ./content_taxonomy_autocomplete.module Implements hook_field_attach_form().
content_taxonomy_autocomplete_field_widget_info_alter ./content_taxonomy_autocomplete.module Implements hook_field_widget_info_alter().
content_taxonomy_autocomplete_form_field_ui_field_edit_form_alter ./content_taxonomy_autocomplete.module Implements hook_form_ID_alter().
content_taxonomy_autocomplete_query_autocomplete_deluxe_taxonomy_autocomplete_alter ./content_taxonomy_autocomplete.module Implements hook_query_TAG_alter().
content_taxonomy_autocomplete_search_api_processor_info ./content_taxonomy_autocomplete.module Implements hook_search_api_processor_info().
content_taxonomy_autocomplete_validate_deny_new_terms ./content_taxonomy_autocomplete.module Form element validate handler for taxonomy term autocomplete element, which denies any new terms. 1
content_taxonomy_autocomplete_validate_moderate_new_terms ./content_taxonomy_autocomplete.module Form element validate handler for taxonomy term autocomplete element, which inserts new terms into a separate voc. 1
content_taxonomy_disable ./content_taxonomy.install Implements hook_disable().
content_taxonomy_et_autocomplete ./content_taxonomy_et.module Replacement for taxonomy_autocomplete(). 1
content_taxonomy_et_autocomplete_deluxe ./content_taxonomy_et.module Replacement for taxonomy_autocomplete_deluxe(). 1
content_taxonomy_et_autocomplete_validate ./content_taxonomy_et.module Replacement for form validate handler taxonomy_autocomplete_validate(). 1
content_taxonomy_et_content_taxonomy_tree_callback_alter ./content_taxonomy_et.module Implements hook_content_taxonomy_tree_callback_alter().
content_taxonomy_et_field_widget_form_alter ./content_taxonomy_et.module Implements hook_field_widget_form_alter().
content_taxonomy_et_get_first_possible_term ./content_taxonomy_et.module Helper function that retrieves the first possible term object for a given term name and and array of vocabulary ids. 1
content_taxonomy_et_get_tree ./content_taxonomy_et.module Replacement for taxonomy_get_tree(). 1
content_taxonomy_et_menu_alter ./content_taxonomy_et.module Implements hook_menu_alter().
content_taxonomy_field_info_alter ./content_taxonomy.module Implements hook_field_info_alter().
content_taxonomy_field_widget_form_alter ./content_taxonomy.module Implements hook_field_widget_form_alter().
content_taxonomy_field_widget_info_alter ./content_taxonomy.module Implements hook_field_widget_info_alter().
content_taxonomy_form_field_ui_field_edit_form_alter ./content_taxonomy.module Implements hook_form_ID_alter().
content_taxonomy_get_terms ./content_taxonomy.module Returns an array of terms that can be used in an options list. 2
content_taxonomy_migrate_content_migrate_data_record_alter ./content_taxonomy_migrate.module Implements hook_content_migrate_data_record_alter().
content_taxonomy_migrate_content_migrate_field_alter ./content_taxonomy_migrate.module Implements hook_content_migrate_field_alter().
content_taxonomy_migrate_content_migrate_instance_alter ./content_taxonomy_migrate.module Implements hook_content_migrate_instance_alter().
content_taxonomy_update_7100 ./content_taxonomy.install Fix the default values converted from D6. These values had an empty 'value' value which could cause errors on D7.
hook_content_taxonomy_tree_callback_alter ./content_taxonomy.api.php Alter the term tree callback that is used for content taxonomy options lists.

Other projects