Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
TrackerUserUidTest::$testViews property core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php Views used by this test.
TrackerUserUidTest::testUserUid function core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php Tests the user uid filter and argument.
Transition::$fromStateIds property core/modules/workflows/src/Transition.php The transition's from state IDs.
Transition::$id property core/modules/workflows/src/Transition.php The transition's ID.
Transition::$toStateId property core/modules/workflows/src/Transition.php The transition's to state ID.
Transition::id function core/modules/workflows/src/Transition.php Gets the transition's ID.
TransitionInterface::id function core/modules/workflows/src/TransitionInterface.php Gets the transition's ID.
TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php Returns the latest revision affecting the specified translation.
TranslateEditForm::getFormId function core/modules/locale/src/Form/TranslateEditForm.php Returns a unique string identifying the form.
TranslateEditForm::validateForm function core/modules/locale/src/Form/TranslateEditForm.php Form validation handler.
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.
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 Test 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::testLinkWithOverriddenAttributes function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php @covers ::getLink[[api-linebreak]]
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 Gets the plugin_id of the plugin instance.
TypedData::validate function core/lib/Drupal/Core/TypedData/TypedData.php Validates the currently set data value.
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.

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