Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TaxonomyTranslationTestTrait::$node property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php The node to check the translated value on.
TaxonomyTranslationTestTrait::$termFieldName property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php The field name for our taxonomy term field.
TaxonomyTranslationTestTrait::$termFieldName property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php The field name for our taxonomy term field.
TaxonomyTranslationTestTrait::$translateToLangcode property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Target langcode for translation.
TaxonomyTranslationTestTrait::$translateToLangcode property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php Target langcode for translation.
TaxonomyTranslationTestTrait::$vocabulary property core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php The vocabulary.
TaxonomyTranslationTestTrait::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php The vocabulary.
TaxonomyTranslationTestTrait::enableTranslation function core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Enables translations where it needed.
TaxonomyTranslationTestTrait::enableTranslation function core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php Enables translations where it needed.
TaxonomyTranslationTestTrait::setupLanguages function core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php Adds additional languages.
TaxonomyTranslationTestTrait::setupLanguages function core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Adds additional languages.
TaxonomyTranslationTestTrait::setUpTermReferenceField function core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Adds term reference field for the article content type.
TaxonomyTranslationTestTrait::setUpTermReferenceField function core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php Adds term reference field for the article content type.
TaxonomyViewsFieldAccessTest class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php Tests base field access in Views for the taxonomy entity.
TaxonomyViewsFieldAccessTest.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php
TaxonomyViewsFieldAccessTest::$modules property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php Modules to enable.
TaxonomyViewsFieldAccessTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php
TaxonomyViewsFieldAccessTest::testTermFields function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php Check access for taxonomy fields.
TaxonomyVocabularyArgumentTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Tests the vocabulary argument.
TaxonomyVocabularyArgumentTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php The theme to install as the default for testing.
TaxonomyVocabularyArgumentTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Modules to enable.
TaxonomyVocabularyArgumentTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::$vocabularies property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Vocabularies used for creating terms.
TaxonomyVocabularyArgumentTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php Tests the vocabulary argument handler.
TaxonomyVocabularyHierarchyUpdateTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php Tests that the 'hierarchy' property is removed from vocabularies.
TaxonomyVocabularyHierarchyUpdateTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php
TaxonomyVocabularyHierarchyUpdateTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php Set database dump files to be used.
TaxonomyVocabularyHierarchyUpdateTest::testTaxonomyUpdateParents function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php Tests that the 'hierarchy' property is removed from vocabularies.
taxonomy_crud.schema.yml file core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml
taxonomy_crud_taxonomy_vocabulary_presave function core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.
taxonomy_field_views_data_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_field_views_data_alter().
TAXONOMY_HIERARCHY_DISABLED constant core/modules/taxonomy/taxonomy.module Denotes that no term in the vocabulary has a parent.
TAXONOMY_HIERARCHY_SINGLE constant core/modules/taxonomy/taxonomy.module Denotes that one or more terms in the vocabulary has a single parent.
taxonomy_implode_tags function core/modules/taxonomy/taxonomy.module Implodes a list of tags of a certain vocabulary into a string.
taxonomy_node_insert function core/modules/taxonomy/taxonomy.module Implements hook_ENTITY_TYPE_insert() for node entities.
taxonomy_page_attachments_alter function core/modules/taxonomy/taxonomy.module Implements hook_page_attachments_alter().
taxonomy_post_update_clear_entity_bundle_field_definitions_cache function core/modules/taxonomy/taxonomy.post_update.php Clear entity_bundle_field_definitions cache for new parent field settings.
taxonomy_post_update_clear_views_data_cache function core/modules/taxonomy/taxonomy.post_update.php Clear caches due to updated taxonomy entity views data.
taxonomy_post_update_configure_status_field_widget function core/modules/taxonomy/taxonomy.post_update.php Add status with settings to all form displays for taxonomy entities.
taxonomy_post_update_handle_publishing_status_addition_in_views function core/modules/taxonomy/taxonomy.post_update.php Add a 'published' = TRUE filter for all Taxonomy term views and converts
existing ones that were using the 'content_translation_status' field.
taxonomy_post_update_make_taxonomy_term_revisionable function core/modules/taxonomy/taxonomy.post_update.php Update taxonomy terms to be revisionable.
taxonomy_post_update_remove_hierarchy_from_vocabularies function core/modules/taxonomy/taxonomy.post_update.php Remove the 'hierarchy' property from vocabularies.
taxonomy_requirements function core/modules/taxonomy/taxonomy.install Implements hook_requirements().
taxonomy_settings.yml file core/modules/taxonomy/migrations/taxonomy_settings.yml core/modules/taxonomy/migrations/taxonomy_settings.yml
taxonomy_terms_static_reset function core/modules/taxonomy/taxonomy.module Clear all static cache variables for terms.
taxonomy_term_display_configurable_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml
taxonomy_term_display_configurable_test.module file core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module A module for testing making taxonomy_term base fields' displays
configurable.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.