TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadProp |
core/modules/taxonomy/tests/taxonomy.test |
Test that adding properties via hook_taxonomy_vocabulary_load() works. |
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset |
core/modules/taxonomy/tests/taxonomy.test |
Ensure that the vocabulary static reset works correctly. |
TaxonomyVocabularyUnitTest::testUninstallReinstall |
core/modules/taxonomy/tests/taxonomy.test |
Test uninstall and reinstall of the taxonomy module. |
TaxonomyWebTestCase::createTerm |
core/modules/taxonomy/tests/taxonomy.test |
Returns a new term with random properties in the given vocabulary. |
TaxonomyWebTestCase::createVocabulary |
core/modules/taxonomy/tests/taxonomy.test |
Returns a new vocabulary with random properties. |
taxonomy_admin_bar_map |
core/modules/admin_bar/admin_bar.map.inc |
Implements hook_admin_bar_map() on behalf of Taxonomy module. |
taxonomy_admin_paths |
core/modules/taxonomy/taxonomy.module |
Implements hook_admin_paths(). |
taxonomy_allowed_values |
core/modules/taxonomy/taxonomy.module |
Returns the set of valid terms for a taxonomy field. |
taxonomy_autocomplete |
core/modules/taxonomy/taxonomy.pages.inc |
Page callback: Outputs JSON for taxonomy autocomplete suggestions. |
taxonomy_autocomplete_validate |
core/modules/taxonomy/taxonomy.module |
Form element validate handler for taxonomy term autocomplete element. |
taxonomy_autoload_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_autoload_info(). |
taxonomy_build_node_index |
core/modules/taxonomy/taxonomy.module |
Builds and inserts taxonomy index entries for a given node. |
taxonomy_check_vocabulary_hierarchy |
core/modules/taxonomy/taxonomy.module |
Checks and updates the hierarchy flag of a vocabulary. |
taxonomy_config_create_validate |
core/modules/taxonomy/taxonomy.module |
Implements hook_config_create_validate(). |
taxonomy_config_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_taxonomy_config_info(). |
taxonomy_delete_node_index |
core/modules/taxonomy/taxonomy.module |
Deletes taxonomy index entries for a given node. |
taxonomy_entity_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_entity_info(). |
taxonomy_field_extra_fields |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_extra_fields(). |
taxonomy_field_formatter_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_formatter_info(). |
taxonomy_field_formatter_prepare_view |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_formatter_prepare_view(). |
taxonomy_field_formatter_settings_form |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_formatter_settings_form(). |
taxonomy_field_formatter_settings_summary |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_formatter_settings_summary(). |
taxonomy_field_formatter_view |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_formatter_view(). |
taxonomy_field_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_info(). |
taxonomy_field_is_empty |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_is_empty(). |
taxonomy_field_presave |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_presave(). |
taxonomy_field_schema |
core/modules/taxonomy/taxonomy.install |
Implements hook_field_schema(). |
taxonomy_field_settings_form |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_settings_form(). |
taxonomy_field_validate |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_validate(). |
taxonomy_field_views_data |
core/modules/taxonomy/views/taxonomy.views.inc |
Implements hook_field_views_data(). |
taxonomy_field_views_data_views_data_alter |
core/modules/taxonomy/views/taxonomy.views.inc |
Implements hook_field_views_data_views_data_alter(). |
taxonomy_field_widget_error |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_error(). |
taxonomy_field_widget_form |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_form(). |
taxonomy_field_widget_form_alter |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_form_alter(). |
taxonomy_field_widget_info |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_info(). |
taxonomy_field_widget_info_alter |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_info_alter(). |
taxonomy_field_widget_settings_form |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_settings_form(). |
taxonomy_form_term |
core/modules/taxonomy/taxonomy.admin.inc |
Form function for the term edit form. |
taxonomy_form_term_delete_submit |
core/modules/taxonomy/taxonomy.admin.inc |
Form submission handler for the 'Delete' button for taxonomy_form_term(). |
taxonomy_form_term_submit |
core/modules/taxonomy/taxonomy.admin.inc |
Submit handler to insert or update a term. |
taxonomy_form_term_submit_build_taxonomy_term |
core/modules/taxonomy/taxonomy.admin.inc |
Updates the form state's term entity by processing this submission's values. |
taxonomy_form_term_validate |
core/modules/taxonomy/taxonomy.admin.inc |
Validation handler for the term form. |
taxonomy_form_vocabulary |
core/modules/taxonomy/taxonomy.admin.inc |
Form builder for the vocabulary editing form. |
taxonomy_form_vocabulary_submit |
core/modules/taxonomy/taxonomy.admin.inc |
Form submission handler for taxonomy_form_vocabulary(). |
taxonomy_form_vocabulary_validate |
core/modules/taxonomy/taxonomy.admin.inc |
Form validation handler for taxonomy_form_vocabulary(). |
taxonomy_get_children Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to load the children of a TID. |
taxonomy_get_parents Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to return the parents of a term by TID. |
taxonomy_get_parents_all Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to load all the parents of a term by TID. |
taxonomy_get_term_by_name Deprecated |
core/modules/taxonomy/taxonomy.module |
Legacy wrapper to try to map a string to an existing term. |
taxonomy_get_tree |
core/modules/taxonomy/taxonomy.module |
Create a hierarchical representation of a vocabulary. |