|
TaxonomyVocabulary::__construct |
core/modules/taxonomy/taxonomy_vocabulary.class.inc |
|
|
TaxonomyVocabularyFunctionalTest::setUp |
core/modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
|
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary |
core/modules/taxonomy/tests/taxonomy.test |
Deleting a vocabulary. |
|
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies |
core/modules/taxonomy/tests/taxonomy.test |
Test the vocabulary overview with no vocabularies. |
|
TaxonomyVocabularyFunctionalTest::testVocabularyInterface |
core/modules/taxonomy/tests/taxonomy.test |
Create, configure and delete a vocabulary via the user interface. |
|
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions |
core/modules/taxonomy/tests/taxonomy.test |
Tests that vocabulary permissions are correctly set from the Taxonomy UI. |
|
TaxonomyVocabularyUnitTest::setUp |
core/modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
|
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms |
core/modules/taxonomy/tests/taxonomy.test |
Test deleting a taxonomy that contains terms. |
|
TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadMultiple |
core/modules/taxonomy/tests/taxonomy.test |
Tests for loading multiple vocabularies. |
|
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. |