Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
taxonomy.overview.html.twig file core/modules/taxonomy/help_topics/taxonomy.overview.html.twig ---
label: 'Managing taxonomy'
top_level: true
---
{% set content_structure_topic = render_var(help_topic_link('core.content_structure')) %}
<h2>{% trans %}What is taxonomy?{% endtrans %}</h2>
<p>{% trans…
taxonomy.permissions.yml file core/modules/taxonomy/taxonomy.permissions.yml core/modules/taxonomy/taxonomy.permissions.yml
Taxonomy.php file core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php
taxonomy.post_update.php file core/modules/taxonomy/taxonomy.post_update.php Post update functions for Taxonomy.
taxonomy.routing.yml file core/modules/taxonomy/taxonomy.routing.yml core/modules/taxonomy/taxonomy.routing.yml
taxonomy.schema.yml file core/modules/taxonomy/config/schema/taxonomy.schema.yml core/modules/taxonomy/config/schema/taxonomy.schema.yml
taxonomy.services.yml file core/modules/taxonomy/taxonomy.services.yml core/modules/taxonomy/taxonomy.services.yml
taxonomy.settings.yml file core/modules/taxonomy/config/install/taxonomy.settings.yml core/modules/taxonomy/config/install/taxonomy.settings.yml
taxonomy.theme.css file core/modules/taxonomy/css/taxonomy.theme.css .taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
taxonomy.theme.css file core/themes/stable9/css/taxonomy/taxonomy.theme.css .taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}
taxonomy.views.schema.yml file core/modules/taxonomy/config/schema/taxonomy.views.schema.yml core/modules/taxonomy/config/schema/taxonomy.views.schema.yml
taxonomy.vocabulary.recipe_category.yml file core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml
taxonomy.vocabulary.tags.yml file core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml
taxonomy.vocabulary.tags.yml file core/profiles/tests/nightwatch_a11y_testing/config/install/taxonomy.vocabulary.tags.yml core/profiles/tests/nightwatch_a11y_testing/config/install/taxonomy.vocabulary.tags.yml
taxonomy.vocabulary.tags.yml file core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml
taxonomy.vocabulary.tags.yml file core/modules/system/tests/modules/olivero_test/config/install/taxonomy.vocabulary.tags.yml core/modules/system/tests/modules/olivero_test/config/install/taxonomy.vocabulary.tags.yml
taxonomy.vocabulary.tags.yml file core/recipes/tags_taxonomy/config/taxonomy.vocabulary.tags.yml core/recipes/tags_taxonomy/config/taxonomy.vocabulary.tags.yml
taxonomy.vocabulary.track_changes_import_term.yml file core/modules/migrate/tests/modules/migrate_track_changes_test/config/install/taxonomy.vocabulary.track_changes_import_term.yml core/modules/migrate/tests/modules/migrate_track_changes_test/config/install/taxonomy.vocabulary.track_changes_import_term.yml
TaxonomyController class core/modules/taxonomy/src/Controller/TaxonomyController.php Provides route responses for taxonomy.module.
TaxonomyController.php file core/modules/taxonomy/src/Controller/TaxonomyController.php
TaxonomyController::addForm function core/modules/taxonomy/src/Controller/TaxonomyController.php Returns a form to add a new term to a vocabulary.
TaxonomyController::termTitle function core/modules/taxonomy/src/Controller/TaxonomyController.php Route title callback.
TaxonomyCrudHooks class core/modules/taxonomy/tests/modules/taxonomy_crud/src/Hook/TaxonomyCrudHooks.php Hook implementations for taxonomy_crud.
TaxonomyCrudHooks.php file core/modules/taxonomy/tests/modules/taxonomy_crud/src/Hook/TaxonomyCrudHooks.php
TaxonomyCrudHooks::taxonomyVocabularyPresave function core/modules/taxonomy/tests/modules/taxonomy_crud/src/Hook/TaxonomyCrudHooks.php Implements hook_ENTITY_TYPE_presave() for taxonomy_vocabulary entities.
TaxonomyDefaultArgumentTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php Tests the representative node relationship for terms.
TaxonomyDefaultArgumentTest class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Tests the representative node relationship for terms.
TaxonomyDefaultArgumentTest.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
TaxonomyDefaultArgumentTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php
TaxonomyDefaultArgumentTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php The theme to install as the default for testing.
TaxonomyDefaultArgumentTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php Views used by this test.
TaxonomyDefaultArgumentTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Views used by this test.
TaxonomyDefaultArgumentTest::initViewWithRequest function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Init view with a request by provided URL.
TaxonomyDefaultArgumentTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
TaxonomyDefaultArgumentTest::testNodePath function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Tests the relationship.
TaxonomyDefaultArgumentTest::testNodePathWithViewSelection function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Tests the entity reference field using a view for selection.
TaxonomyDefaultArgumentTest::testTermPath function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Tests the behavior of term ID argument when accessing a term path.
TaxonomyDefaultArgumentTest::testTermTitleEscaping function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyDefaultArgumentTest.php Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyDefaultArgumentTest::testTermTitleEscaping function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php Tests escaping of page title when the taxonomy plugin provides it.
TaxonomyFieldAllTermsTest class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php Tests the "All terms" taxonomy term field handler.
TaxonomyFieldAllTermsTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests the "All terms" taxonomy term field handler.
TaxonomyFieldAllTermsTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php
TaxonomyFieldAllTermsTest.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php
TaxonomyFieldAllTermsTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php The theme to install as the default for testing.
TaxonomyFieldAllTermsTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Views used by this test.
TaxonomyFieldAllTermsTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php Views used by this test.
TaxonomyFieldAllTermsTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldAllTermsTest.php Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests token replacement in the "all terms" field handler.

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