Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
TestItemWithDependencies::calculateDependencies function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php Calculates dependencies for field items.
TestItemWithDependenciesTest class core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php Tests the new entity API for the test field with dependencies type.
TestItemWithDependenciesTest.php file core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php
TestItemWithDependenciesTest::$fieldName property core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php The name of the field to use in this test.
TestItemWithDependenciesTest::$modules property core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php Modules to install.
TestItemWithDependenciesTest::testTestItemWithDependencies function core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php Tests that field types can add dependencies to field config entities.
TestLayoutMainFooter::calculateDependencies function core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php Calculates dependencies for the configured plugin.
TestMemoryBackend class core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
TestMemoryBackend::getAllCids function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php
TestMigrationMock::getMigrationDependencies function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Get the dependencies for this migration.
TestPlaceholderingRenderCache class core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php
TestPlaceholderingRenderCache::$placeholderElements property core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php The placeholder elements created during rendering.
TestPlaceholderingRenderCache::createPlaceholderAndRemember function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Create a placeholder for a renderable array and remember in a static cache.
TestPluginDependency class core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::$themeHandler property core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::getDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::moduleHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Wraps the module handler.
TestPluginDependency::setModuleHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::setThemeHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php
TestPluginDependency::themeHandler function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php Wraps the theme handler.
TestSqlBase::calculateDependencies function core/modules/migrate/tests/src/Unit/SqlBaseTest.php
test_basetheme_views_post_render function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_views_post_render().
test_basetheme_views_pre_render function core/modules/system/tests/themes/test_basetheme/test_basetheme.theme Implements hook_views_pre_render().
test_stable_preprocess_theme_test_render_element function core/tests/fixtures/test_stable/test_stable.theme Implements hook_preprocess_theme_test_render_element().
test_subtheme_views_post_render function core/modules/system/tests/themes/test_subtheme/test_subtheme.theme Implements hook_views_post_render().
test_subtheme_views_pre_render function core/modules/system/tests/themes/test_subtheme/test_subtheme.theme Implements hook_views_pre_render().
test_theme_depending_on_constrained_modules.info.yml file core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/test_theme_depending_on_constrained_modules.info.yml core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/test_theme_depending_on_constrained_modules.info.yml
test_theme_depending_on_modules.info.yml file core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.info.yml core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.info.yml
test_theme_depending_on_modules.post_update.php file core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php
test_theme_depending_on_nonexisting_module.info.yml file core/modules/system/tests/themes/test_theme_depending_on_nonexisting_module/test_theme_depending_on_nonexisting_module.info.yml core/modules/system/tests/themes/test_theme_depending_on_nonexisting_module/test_theme_depending_on_nonexisting_module.info.yml
test_theme_libraries_extend.info.yml file core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml
test_theme_libraries_extend.libraries.yml file core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml
test_theme_mixed_module_dependencies.info.yml file core/modules/system/tests/themes/test_theme_mixed_module_dependencies/test_theme_mixed_module_dependencies.info.yml core/modules/system/tests/themes/test_theme_mixed_module_dependencies/test_theme_mixed_module_dependencies.info.yml
test_theme_with_a_base_theme_depending_on_modules.info.yml file core/modules/system/tests/themes/test_theme_with_a_base_theme_depending_on_modules/test_theme_with_a_base_theme_depending_on_modules.info.yml core/modules/system/tests/themes/test_theme_with_a_base_theme_depending_on_modules/test_theme_with_a_base_theme_depending_on_modules.info.yml
Text::render function core/modules/views/src/Plugin/views/area/Text.php Render the area.
TextCustom::render function core/modules/views/src/Plugin/views/area/TextCustom.php Render the area.
TextCustom::renderTextarea function core/modules/views/src/Plugin/views/area/TextCustom.php Render a text area with \Drupal\Component\Utility\Xss::filterAdmin().
TextEditorObjectDependentValidatorTrait trait core/modules/ckeditor5/src/Plugin/Validation/Constraint/TextEditorObjectDependentValidatorTrait.php Some CKEditor 5 constraint validators need a Text Editor object.
TextEditorObjectDependentValidatorTrait.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/TextEditorObjectDependentValidatorTrait.php
TextEditorObjectDependentValidatorTrait::createTextEditorObjectFromContext function core/modules/ckeditor5/src/Plugin/Validation/Constraint/TextEditorObjectDependentValidatorTrait.php Creates a text editor object from the execution context.
Textfield::preRenderTextfield function core/lib/Drupal/Core/Render/Element/Textfield.php Prepares a #type 'textfield' render element for input.html.twig.
TextItemBase::calculateDependencies function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Calculates dependencies for field items.
TextItemBaseTest::testCalculateDependencies function core/modules/text/tests/src/Kernel/TextItemBaseTest.php @covers ::calculateDependencies[[api-linebreak]]
TextProcessed::getRenderer function core/modules/text/src/TextProcessed.php Returns the renderer service.
TextTrimmedFormatter::preRenderSummary function core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php Pre-render callback: Renders a processed text element's #markup as a summary.
theme-test-render-element-children.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-render-element-children.html.twig {# Output for Theme API test #}
{{ element -}}
theme-test-render-element.html.twig file core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig <div{{ attributes }}></div>
ThemeInstallerTest::providerTestInstallThemeWithUnmetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Data provider for testInstallThemeWithUnmetModuleDependencies().
ThemeInstallerTest::testInstallThemeWithMetModuleDependencies function core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php Tests installing a theme with module dependencies that are met.

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