Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Search 11.x for id
  6. Other projects
Title Object type File name Summary
TaxonomyIndexTidFilterTest::testConfigDependency function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests dependencies are not added for terms that do not exist.
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 install.
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 Sets up the test.
TaxonomyIndexTidUiTest::testExposedFilter function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests exposed taxonomy filters.
TaxonomyIndexTidUiTest::testExposedGroupedFilter function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests exposed grouped 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::testFilterGrouping function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests using the TaxonomyIndexTid in a filter group.
TaxonomyIndexTidUiTest::testFilterUI function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests the filter UI.
TaxonomyOverviewOverrideHooks class core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/src/Hook/TaxonomyOverviewOverrideHooks.php Hook implementations for taxonomy_overview_override_test.
TaxonomyOverviewOverrideHooks.php file core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/src/Hook/TaxonomyOverviewOverrideHooks.php
TaxonomyOverviewOverrideHooks::entityTypeAlter function core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/src/Hook/TaxonomyOverviewOverrideHooks.php Implements hook_entity_type_alter().
TaxonomyTermArgumentTidFromNodeTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php Tests the taxonomy term with argument from a node page.
TaxonomyTermArgumentTidFromNodeTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
TaxonomyTermArgumentTidFromNodeTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php The theme to install as the default for testing.
TaxonomyTermArgumentTidFromNodeTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php Modules to install.
TaxonomyTermArgumentTidFromNodeTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
TaxonomyTermArgumentTidFromNodeTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php Sets up the test.
TaxonomyTermArgumentTidFromNodeTest::testCacheInvalidation function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php Tests cache invalidation.
TaxonomyTermHierarchyConstraintValidator class core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Constraint validator for changing term parents in pending revisions.
TaxonomyTermHierarchyConstraintValidator.php file core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php
TaxonomyTermHierarchyConstraintValidator::$entityTypeManager property core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php The entity type manager.
TaxonomyTermHierarchyConstraintValidator::create function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Instantiates a new instance of this class.
TaxonomyTermHierarchyConstraintValidator::validate function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php
TaxonomyTermHierarchyConstraintValidator::__construct function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Creates a new TaxonomyTermHierarchyConstraintValidator instance.
taxonomy_overview_override_test.info.yml file core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/taxonomy_overview_override_test.info.yml core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/taxonomy_overview_override_test.info.yml
TelephoneDefaultWidget class core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Plugin implementation of the 'telephone_default' widget.
TelephoneDefaultWidget.php file core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php
TelephoneDefaultWidget::defaultSettings function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Defines the default settings for this plugin.
TelephoneDefaultWidget::formElement function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns the form for a single field widget.
TelephoneDefaultWidget::settingsForm function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns a form to configure settings for the widget.
TelephoneDefaultWidget::settingsSummary function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns a short summary for the current widget settings.
TelephoneField::getFieldWidgetMap function core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php Get a map between D6 and D8 widgets for this field type.
TelephoneFieldTest::testTelephoneWidget function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests to confirm the widget is setup.
TemplateProjectTestBase::providerTemplate function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Data provider for tests which use all the core project templates.
TempStoreIdentifierInterface interface core/modules/layout_builder/src/TempStoreIdentifierInterface.php Provides an interface that allows an object to provide its own tempstore key.
TempStoreIdentifierInterface.php file core/modules/layout_builder/src/TempStoreIdentifierInterface.php
TempStoreIdentifierInterface::getTempstoreKey function core/modules/layout_builder/src/TempStoreIdentifierInterface.php Gets a string suitable for use as a tempstore key.
Term::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php Defines the source fields uniquely identifying a source row.
Term::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php Defines the source fields uniquely identifying a source row.
TermAutocompleteTest::$termIds property core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php The term IDs indexed by term names.
TermEntityTranslation::getIds function core/modules/taxonomy/src/Plugin/migrate/source/d7/TermEntityTranslation.php Defines the source fields uniquely identifying a source row.
TermEntityTranslationTest::providerSource function core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermEntityTranslationTest.php Provides source data for ::testSource.
TermForm::getParentIds function core/modules/taxonomy/src/TermForm.php Returns term parent IDs, including the root.
TermForm::validateForm function core/modules/taxonomy/src/TermForm.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
TermHierarchyValidationTest class core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php Tests handling of pending revisions.

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