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
TaxonomyIndexTidFilterTest class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Test the taxonomy term index filter.
TaxonomyIndexTidFilterTest.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
TaxonomyIndexTidFilterTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
TaxonomyIndexTidFilterTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Views to be enabled.
TaxonomyIndexTidFilterTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
TaxonomyIndexTidFilterTest::testConfigDependency function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests dependencies are not added for terms that do not exist.
TaxonomyIndexTidFilterTest::testPostUpdateFunction function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests post update function fixes dependencies.
TaxonomyIndexTidUiTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests the taxonomy index filter handler UI.
TaxonomyIndexTidUiTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
TaxonomyIndexTidUiTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php The theme to install as the default for testing.
TaxonomyIndexTidUiTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Modules to enable.
TaxonomyIndexTidUiTest::$terms property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php A nested array of \Drupal\taxonomy\TermInterface objects.
TaxonomyIndexTidUiTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Views used by this test.
TaxonomyIndexTidUiTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
TaxonomyIndexTidUiTest::testExposedFilter function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests exposed taxonomy filters.
TaxonomyIndexTidUiTest::testExposedUnpublishedFilterOptions function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests that an exposed taxonomy filter doesn't show unpublished terms.
TaxonomyIndexTidUiTest::testFilterUI function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests the filter UI.
TaxonomyLegacyTest class core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php Tests legacy user functionality.
TaxonomyLegacyTest.php file core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php
TaxonomyLegacyTest::$modules property core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php Modules to enable.
TaxonomyLegacyTest::setUp function core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php
TaxonomyLegacyTest::testEntityLegacyCode function core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php @expectedDeprecation taxonomy_term_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\taxonomy\Entity\Term::loadMultiple(). See https://www.drupal.org/node/2266845
@expectedDeprecation…
TaxonomyLegacyTest::testTaxonomyTermView function core/modules/taxonomy/tests/src/Kernel/TaxonomyLegacyTest.php @expectedDeprecation taxonomy_term_view() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('taxonomy_term')->view() instead. See…
TaxonomyLocalTasksTest class core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Tests existence of taxonomy local tasks.
TaxonomyLocalTasksTest.php file core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
TaxonomyLocalTasksTest::getTaxonomyPageRoutes function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Provides a list of routes to test.
TaxonomyLocalTasksTest::setUp function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
TaxonomyLocalTasksTest::testTaxonomyPageLocalTasks function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Checks taxonomy edit local tasks.
TaxonomyParentUITest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Tests views taxonomy parent plugin UI.
TaxonomyParentUITest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
TaxonomyParentUITest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php The theme to install as the default for testing.
TaxonomyParentUITest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Modules to enable.
TaxonomyParentUITest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Views used by this test.
TaxonomyParentUITest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
TaxonomyParentUITest::testTaxonomyParentUI function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php Tests the taxonomy parent plugin UI.
TaxonomyParentUpdateTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Ensure that the taxonomy updates are running as expected.
TaxonomyParentUpdateTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php
TaxonomyParentUpdateTest::$db property core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php The database connection.
TaxonomyParentUpdateTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Set database dump files to be used.
TaxonomyParentUpdateTest::setUp function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Overrides WebTestBase::setUp() for update testing.
TaxonomyParentUpdateTest::testTaxonomyUpdateParents function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Tests taxonomy term parents update.
TaxonomyPermissions class core/modules/taxonomy/src/TaxonomyPermissions.php Provides dynamic permissions of the taxonomy module.
TaxonomyPermissions.php file core/modules/taxonomy/src/TaxonomyPermissions.php
TaxonomyPermissions::$deprecatedProperties property core/modules/taxonomy/src/TaxonomyPermissions.php
TaxonomyPermissions::$entityTypeManager property core/modules/taxonomy/src/TaxonomyPermissions.php The entity type manager.
TaxonomyPermissions::buildPermissions function core/modules/taxonomy/src/TaxonomyPermissions.php Builds a standard list of taxonomy term permissions for a given vocabulary.
TaxonomyPermissions::create function core/modules/taxonomy/src/TaxonomyPermissions.php Instantiates a new instance of this class.
TaxonomyPermissions::permissions function core/modules/taxonomy/src/TaxonomyPermissions.php Get taxonomy permissions.
TaxonomyPermissions::__construct function core/modules/taxonomy/src/TaxonomyPermissions.php Constructs a TaxonomyPermissions instance.
TaxonomyQueryAlterTest class core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php Tests that appropriate query tags are added.

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