- DashboardTaxonomyBlock::getContent in core/
modules/ dashboard/ includes/ block.taxonomy.inc - Return the content of a block.
- TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies in core/
modules/ taxonomy/ tests/ taxonomy.test - Test the vocabulary overview with no vocabularies.
- TaxonomyVocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in core/
modules/ taxonomy/ tests/ taxonomy.test - Test deleting a taxonomy that contains terms.
- TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadMultiple in core/
modules/ taxonomy/ tests/ taxonomy.test - Tests for loading multiple vocabularies.
- TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadProp in core/
modules/ taxonomy/ tests/ taxonomy.test - Test that adding properties via hook_taxonomy_vocabulary_load() works.
- TaxonomyVocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset in core/
modules/ taxonomy/ tests/ taxonomy.test - Ensure that the vocabulary static reset works correctly.
- taxonomy_admin_bar_map in core/
modules/ admin_bar/ admin_bar.map.inc - Implements hook_admin_bar_map() on behalf of Taxonomy module.
- taxonomy_entity_info in core/
modules/ taxonomy/ taxonomy.module - Implements hook_entity_info().
- taxonomy_field_settings_form in core/
modules/ taxonomy/ taxonomy.module - Implements hook_field_settings_form().
- taxonomy_get_vocabularies in core/
modules/ taxonomy/ taxonomy.module - Load all Taxonomy vocabularies.
- taxonomy_overview_vocabularies in core/
modules/ taxonomy/ taxonomy.admin.inc - Page callback at admin/structure/taxonomy to list all available vocabularies.
- taxonomy_permission in core/
modules/ taxonomy/ taxonomy.module - Implements hook_permission().
- taxonomy_vocabulary_get_names in core/
modules/ taxonomy/ taxonomy.module - Get names for all taxonomy vocabularies.
- taxonomy_vocabulary_load in core/
modules/ taxonomy/ taxonomy.module - Return the taxonomy vocabulary entity matching a vocabulary ID.
- taxonomy_vocabulary_overview_access in core/
modules/ taxonomy/ taxonomy.module - Access callback: Checks if a user has permission to view the vocabulary overview page. This is anyone who can create/update/delete terms in any existing vocabulary.
- views_handler_field_term_node_tid::init in core/
modules/ taxonomy/ views/ views_handler_field_term_node_tid.inc - init the handler with necessary data.
- views_handler_field_term_node_tid::options_form in core/
modules/ taxonomy/ views/ views_handler_field_term_node_tid.inc - Provide "link to term" option.
- views_handler_filter_term_node_tid::extra_options_form in core/
modules/ taxonomy/ views/ views_handler_filter_term_node_tid.inc - Provide a form for setting options.
- views_handler_filter_term_node_tid::init in core/
modules/ taxonomy/ views/ views_handler_filter_term_node_tid.inc - Provide some extra help to get the operator/value easier to use.
- views_handler_filter_vocabulary::get_value_options in core/
modules/ taxonomy/ views/ views_handler_filter_vocabulary.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- views_handler_relationship_node_term_data::init in core/
modules/ taxonomy/ views/ views_handler_relationship_node_term_data.inc - Init handler to let relationships live on tables other than the table they operate on.
- views_handler_relationship_node_term_data::options_form in core/
modules/ taxonomy/ views/ views_handler_relationship_node_term_data.inc - Default options form that provides the label widget that all fields should have.
- views_plugin_argument_default_taxonomy_tid::init in core/
modules/ taxonomy/ views/ views_plugin_argument_default_taxonomy_tid.inc - Initialize this plugin with the view and the argument it is linked to.
- views_plugin_argument_default_taxonomy_tid::options_form in core/
modules/ taxonomy/ views/ views_plugin_argument_default_taxonomy_tid.inc - Provide the default form for setting options.
- views_plugin_argument_validate_taxonomy_term::init in core/
modules/ taxonomy/ views/ views_plugin_argument_validate_taxonomy_term.inc - Initialize this plugin with the view and the argument it is linked to.
- views_plugin_argument_validate_taxonomy_term::options_form in core/
modules/ taxonomy/ views/ views_plugin_argument_validate_taxonomy_term.inc - Provide the default form for setting options.