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
TextfieldTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php Data provider for testValueCallback().
TextFieldTest::testTextFieldValidation function core/modules/text/tests/src/Functional/TextFieldTest.php Test text field validation.
TextFieldTest::testTextfieldWidgets function core/modules/text/tests/src/Functional/TextFieldTest.php Test widgets.
TextFieldTest::testTextfieldWidgetsFormatted function core/modules/text/tests/src/Functional/TextFieldTest.php Test widgets + 'formatted_text' setting.
TextFieldTest::_testTextfieldWidgetsFormatted function core/modules/text/tests/src/Functional/TextFieldTest.php Helper function for testTextfieldWidgetsFormatted().
TextfieldWidget class core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php Plugin implementation of the 'text_textfield' widget.
TextfieldWidget.php file core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php
TextfieldWidget::errorElement function core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php Assigns a field-level validation error to the right widget sub-element.
TextfieldWidget::formElement function core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php Returns the form for a single field widget.
TextFormatElementFormTest::getFormId function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Returns a unique string identifying the form.
TextFormatElementFormTest::validateForm function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Form validation handler.
TextRequiredSummaryUpdateTest::testFieldAndWidgetUpdate function core/modules/text/tests/src/Functional/TextRequiredSummaryUpdateTest.php Tests that widgets and fields are updated for required summary flag.
TextSummaryTest::testInvalidFilterFormat function core/modules/text/tests/src/Kernel/TextSummaryTest.php Test text_summary() returns an empty string without any error when called
with an invalid format.
the-umami-guide-to-our-favourite-mushrooms.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/the-umami-guide-to-our-favourite-mushrooms.html
the-umami-guide-to-our-favourite-mushrooms.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/the-umami-guide-to-our-favourite-mushrooms.html
theme-test-function-template-override.html.twig file core/modules/system/tests/themes/test_theme/theme-test-function-template-override.html.twig {# Output for Theme API test #}
Success: Template overrides theme function.
theme-test-general-suggestions--module-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--module-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_alter().
theme-test-general-suggestions--theme-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_alter().
theme-test-suggestion-provided--foo.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig {# Output for Theme API test #}
Template overridden based on suggestion provided by the module declaring the theme hook.
theme-test-suggestion-provided.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig {# Output for Theme API test #}
Template for testing suggestions provided by the module declaring the theme hook.
theme-test-suggestions--module-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by a module via hook_theme_suggestions_HOOK_alter().
theme-test-suggestions--theme-override.html.twig file core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig {# Output for Theme API test #}
Template overridden based on new theme suggestion provided by the test_theme theme via hook_theme_suggestions_HOOK_alter().
ThemeAdminForm::getFormId function core/modules/system/src/Form/ThemeAdminForm.php Returns a unique string identifying the form.
ThemeExperimentalConfirmForm::getFormId function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a unique string identifying the form.
ThemeExtensionListTest::providerTestGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Provides test data for testGetBaseThemes.
ThemeInstallerTest::providerTestInstallThemeWithUnmetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Data provider for testInstallThemeWithUnmetModuleDependencies().
ThemeLegacyTest::testFunctionOverride function core/modules/system/tests/src/Functional/Theme/ThemeLegacyTest.php Ensures a theme template can override a theme function.
ThemeNotUsingClassyLibraryTest::providerTestThemeAccountsForClassyExtensions function core/tests/Drupal/KernelTests/Core/Theme/ThemeNotUsingClassyLibraryTest.php Data provider.
ThemeNotUsingClassyLibraryTest::providerTestThemeNotUsingClassyLibraries function core/tests/Drupal/KernelTests/Core/Theme/ThemeNotUsingClassyLibraryTest.php Data provider.
ThemeRenderAndAutoescapeTest::providerTestThemeRenderAndAutoescape function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Provide test examples.
ThemeSettings::getIds function core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php Gets the destination IDs.
ThemeSettings::getIds function core/modules/system/src/Plugin/migrate/source/d7/ThemeSettings.php Defines the source fields uniquely identifying a source row.
ThemeSettingsForm::getFormId function core/modules/system/src/Form/ThemeSettingsForm.php Returns a unique string identifying the form.
ThemeSettingsForm::validateForm function core/modules/system/src/Form/ThemeSettingsForm.php Form validation handler.
ThemeSettingsForm::validatePath function core/modules/system/src/Form/ThemeSettingsForm.php Helper function for the system_theme_settings form.
ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler function core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php Provides test data for ::testFormSettingsSubmissionHandler().
ThemeSettingsTest::providerSource function core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php The data provider.
ThemesNotUsingClassyTemplatesTest::$templatesSkippableBecauseIdenticalToStable property core/tests/Drupal/KernelTests/Core/Theme/ThemesNotUsingClassyTemplatesTest.php Templates that are identical in Stable, which means they can be skipped.
ThemesNotUsingClassyTemplatesTest::providerTestThemesTemplatesNotClassy function core/tests/Drupal/KernelTests/Core/Theme/ThemesNotUsingClassyTemplatesTest.php Data provider for testThemesTemplatesNotClassy().
ThemeTest::testCSSOverride function core/modules/system/tests/src/Functional/Theme/ThemeTest.php Ensures a theme's .info.yml file is able to override a module CSS file from being added to the page.
ThemeTest::testInvalidTheme function core/modules/system/tests/src/Functional/System/ThemeTest.php Test themes can't be installed when the base theme or engine is missing.
ThemeTest::testTemplateOverride function core/modules/system/tests/src/Functional/Theme/ThemeTest.php Ensures a themes template is overridable based on the 'template' filename.
ThemeTestController::functionTemplateOverridden function core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php A theme template that overrides a theme function.
ThemeTestController::suggestionProvided function core/modules/system/tests/modules/theme_test/src/ThemeTestController.php Menu callback for testing suggestion alter hooks with template files.
ThemeUiTest::providerTestThemeInstallWithModuleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Data provider for testThemeInstallWithModuleDependencies().
theme_legacy_test_theme_suggestions_theme_test_suggestion_provided function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Implements hook_theme_suggestions_HOOK().
theme_test_theme_suggestions_theme_test_suggestion_provided function core/modules/system/tests/modules/theme_test/theme_test.module Implements hook_theme_suggestions_HOOK().
theme_theme_test_function_template_override function core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module Theme function for hook theme_test_function_template_override.
ThirdPartySettingsInterface::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Gets the list of third parties that store information.
ThreeColumnLayout::getDefaultWidth function core/modules/layout_builder/src/Plugin/Layout/ThreeColumnLayout.php Provides a default value for the width options.

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