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. Other projects
Title Object type File name Summary
TranslateFilterForm::getFormId function core/modules/locale/src/Form/TranslateFilterForm.php Returns a unique string identifying the form.
TranslationManagerTest::providerTestFormatPlural function core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php Provides some test data for formatPlural()
TranslationManagerTest::providerTestTranslatePlaceholder function core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php Provides test data for translate().
TranslationStatusForm::getFormId function core/modules/locale/src/Form/TranslationStatusForm.php Returns a unique string identifying the form.
TranslationStatusForm::validateForm function core/modules/locale/src/Form/TranslationStatusForm.php Form validation handler.
TranslationTest::providerTestGet function core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php Provides data to self::testGet().
TranslationWebTest::$entityTypeId property core/modules/field/tests/src/Functional/TranslationWebTest.php The name of the entity type to use in this test.
TransportTest::providerTestBuiltinFactory function core/modules/mailer/tests/src/Kernel/TransportTest.php Provides test data for testBuiltinFactory().
TransportTest::resetMailerDsnConfigOverride function core/modules/mailer/tests/src/Kernel/TransportTest.php Resets a mailer DSN config override.
TransportTest::setUpMailerDsnConfigOverride function core/modules/mailer/tests/src/Kernel/TransportTest.php Sets up a mailer DSN config override.
TreeConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TriggeringElementProgrammedTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Returns a unique string identifying the form.
TriggeringElementProgrammedTest::testLimitValidationErrors function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Tests that #limit_validation_errors of the only submit button takes effect.
TriggeringElementProgrammedTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Form validation handler.
TrustedHostsRequestFactoryTest::providerTestCreateRequest function core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php Provides data for testCreateRequest().
TrustedRedirectResponseTest::providerCreateFromRedirectResponse function core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php
TwigEnvironment::invalidate function core/lib/Drupal/Core/Template/TwigEnvironment.php Invalidates all compiled Twig templates.
TwigEnvironmentTest::testTemplateInvalidation function core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php Tests template invalidation.
TwigExtensionTest::providerTestEscaping function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Provides tests data for testEscaping.
TwigExtensionTest::providerTestRenderVar function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
TwigExtensionTest::providerTestRenderVarEarlyReturn function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Data provider for ::testRenderVarEarlyReturn().
TwigExtensionTest::providerTestTwigAddClass function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Provides data for ::testTwigAddClass().
TwigExtensionTest::providerTestTwigAddSuggestionFilter function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Provides data for ::testTwigAddSuggestionFilter().
TwigExtensionTest::providerTestTwigSetAttribute function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php A data provider for ::testTwigSetAttribute().
TwigExtensionTest::testLinkWithOverriddenAttributes function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests link with overridden attributes.
TwigMarkupInterfaceTest::providerTestMarkupInterfaceEmpty function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Provide test examples.
TwigSettingsTest::testTwigAutoReloadOverride function core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php Ensures Twig template auto reload setting can be overridden.
TwigSettingsTest::testTwigCacheOverride function core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php Ensures Twig template cache setting can be overridden.
TwigSettingsTest::testTwigDebugOverride function core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php Ensures Twig engine debug setting can be overridden.
TwigThemeTestController::placeholderOutsideTransRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller for testing the twig placeholder filter outside of {% trans %}.
TwigTransTokenParser::decideForEnd function core/lib/Drupal/Core/Template/TwigTransTokenParser.php Detect the end of a 'trans' tag.
TwigTransTokenParser::decideForFork function core/lib/Drupal/Core/Template/TwigTransTokenParser.php Detect a 'plural' switch or the end of a 'trans' tag.
twig_theme_test.placeholder_outside_trans.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.placeholder_outside_trans.html.twig Placeholder outside trans: {{ var | placeholder }}

{% trans %}
Placeholder inside trans: {{ var | placeholder }}
{% endtrans %}
TwoColumnLayout::getDefaultWidth function core/modules/layout_builder/src/Plugin/Layout/TwoColumnLayout.php Provides a default value for the width options.
TwoColumnLayout::getWidthOptions function core/modules/layout_builder/src/Plugin/Layout/TwoColumnLayout.php Gets the width options for the configuration form.
TypedConfigTest::testSimpleConfigValidation function core/tests/Drupal/KernelTests/Config/TypedConfigTest.php Tests config validation via the Typed Data API.
TypedData::getPluginId function core/lib/Drupal/Core/TypedData/TypedData.php
TypedData::validate function core/lib/Drupal/Core/TypedData/TypedData.php
TypedDataAwareValidatorTrait trait core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php Defines a trait to access the typed data object of a validated value.
TypedDataAwareValidatorTrait.php file core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php
TypedDataAwareValidatorTrait::getTypedData function core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php Gets the typed data object for the validated value.
TypedDataInterface::validate function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Validates the currently set data value.
TypedDataManager::$validator property core/lib/Drupal/Core/TypedData/TypedDataManager.php The validator used for validating typed data.
TypedDataManager::getValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManager.php Gets the validation constraint manager.
TypedDataManager::getValidator function core/lib/Drupal/Core/TypedData/TypedDataManager.php Gets the validator for validating typed data.
TypedDataManager::setValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManager.php Sets the validation constraint manager.
TypedDataManager::setValidator function core/lib/Drupal/Core/TypedData/TypedDataManager.php Sets the validator for validating typed data.
TypedDataManagerInterface::getValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the validation constraint manager.
TypedDataManagerInterface::getValidator function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Gets the validator for validating typed data.
TypedDataManagerInterface::setValidationConstraintManager function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Sets the validation constraint manager.

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