Search for terms

  1. Search 7.x for terms
  2. Search 9.5.x for terms
  3. Search 8.9.x for terms
  4. Search 10.3.x for terms
  5. Other projects
Title Object type File name Summary
ArgumentValidatorTermNameTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php Stores the taxonomy term used by this test.
ArgumentValidatorTermTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php Stores the taxonomy term used by this test.
ContentEntityTest::testTermSource function core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php Tests term source plugin.
EntityQueryRelationshipTest::$terms property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php Term entities.
ExposedFormCheckboxesTest::$terms property core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Test terms.
MigrateDrupal7TestBase::migrateTaxonomyTerms function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Executes all taxonomy term migrations.
MigrateTaxonomyTermStubTest class core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php Test stub creation for taxonomy terms.
MigrateTaxonomyTermStubTest.php file core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php
MigrateTaxonomyTermStubTest::$modules property core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php Modules to install.
MigrateTaxonomyTermStubTest::setUp function core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php
MigrateTaxonomyTermStubTest::testStub function core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php Tests creation of taxonomy term stubs.
MigrateTaxonomyTermStubTest::testStubWithWeightMapping function core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php Tests creation of stubs when weight is mapped.
MigrateTaxonomyTermTest::testTaxonomyTerms function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php Tests the Drupal 6 taxonomy term to Drupal 8 migration.
MigrateTaxonomyTermTest::testTaxonomyTerms function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php Tests the Drupal 7 taxonomy term to Drupal 8 migration.
MigrateTaxonomyTermTranslationTest::testTranslatedTaxonomyTerms function core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php Tests the Drupal 6 i18n taxonomy term to Drupal 8 migration.
MigrateTermLocalizedTranslationTest::testTranslatedLocalizedTaxonomyTerms function core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTermLocalizedTranslationTest.php Tests the Drupal 6 i18n localized taxonomy term to Drupal 8 migration.
MigrateTermLocalizedTranslationTest::testTranslatedLocalizedTaxonomyTerms function core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php Tests the Drupal 6 i18n localized taxonomy term to Drupal 8 migration.
OverviewTerms class core/modules/taxonomy/src/Form/OverviewTerms.php Provides terms overview form for a taxonomy vocabulary.
OverviewTerms.php file core/modules/taxonomy/src/Form/OverviewTerms.php
OverviewTerms::$entityRepository property core/modules/taxonomy/src/Form/OverviewTerms.php The entity repository.
OverviewTerms::$entityTypeManager property core/modules/taxonomy/src/Form/OverviewTerms.php The entity type manager.
OverviewTerms::$moduleHandler property core/modules/taxonomy/src/Form/OverviewTerms.php The module handler service.
OverviewTerms::$pagerManager property core/modules/taxonomy/src/Form/OverviewTerms.php The pager manager.
OverviewTerms::$renderer property core/modules/taxonomy/src/Form/OverviewTerms.php The renderer service.
OverviewTerms::$storageController property core/modules/taxonomy/src/Form/OverviewTerms.php The term storage handler.
OverviewTerms::$termListBuilder property core/modules/taxonomy/src/Form/OverviewTerms.php The term list builder.
OverviewTerms::buildForm function core/modules/taxonomy/src/Form/OverviewTerms.php Form constructor.
OverviewTerms::create function core/modules/taxonomy/src/Form/OverviewTerms.php Instantiates a new instance of this class.
OverviewTerms::getFormId function core/modules/taxonomy/src/Form/OverviewTerms.php Returns a unique string identifying the form.
OverviewTerms::submitForm function core/modules/taxonomy/src/Form/OverviewTerms.php Form submission handler.
OverviewTerms::submitReset function core/modules/taxonomy/src/Form/OverviewTerms.php Redirects to confirmation form for the reset action.
OverviewTerms::__construct function core/modules/taxonomy/src/Form/OverviewTerms.php Constructs an OverviewTerms object.
PrepareUninstallTest::$terms property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php An array of taxonomy term objects.
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::$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::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.
TaxonomyFieldVidTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php An array of taxonomy term used in this test.
TaxonomyGlossaryTest::$taxonomyTerms property core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php Taxonomy terms used by this test.
TaxonomyIndexTid::$termStorage property core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php The term storage.
TaxonomyIndexTidFilterTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
TaxonomyIndexTidUiTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php A nested array of \Drupal\taxonomy\TermInterface objects.
TaxonomyRelationshipTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php Stores the terms used in the tests.
TaxonomyTermArgumentDepthTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
TaxonomyTermArgumentDepthTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermArgumentDepthTest.php The terms used in the test.
TaxonomyTermFilterDepthTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php The terms used in the test.
TaxonomyVocabularyArgumentTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php
TermName::$termStorage property core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php The taxonomy term storage.

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