Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
TestContent.php file core/modules/system/tests/modules/router_test_directory/src/TestContent.php
TestContent::$httpKernel property core/modules/system/tests/modules/router_test_directory/src/TestContent.php The HTTP kernel.
TestContent::create function core/modules/system/tests/modules/router_test_directory/src/TestContent.php Instantiates a new instance of the implementing class using autowiring.
TestContent::subrequestTest function core/modules/system/tests/modules/router_test_directory/src/TestContent.php Uses a subrequest to determine the content.
TestContent::test1 function core/modules/system/tests/modules/router_test_directory/src/TestContent.php Provides example content for testing route enhancers.
TestContent::test11 function core/modules/system/tests/modules/router_test_directory/src/TestContent.php Provides example content for route specific authentication.
TestContent::testAccount function core/modules/system/tests/modules/router_test_directory/src/TestContent.php
TestContent::__construct function core/modules/system/tests/modules/router_test_directory/src/TestContent.php Constructs a TestContent instance.
TestController::content function core/tests/Drupal/Tests/Core/Controller/TestController.php Returns test content for unit tests.
TestController::modalContent function core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php Return modal content.
TestController::modalContentInput function core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php Return modal content with autofocus input.
TestController::modalContentLink function core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php Return modal content with link.
TestDisplayVariant::$mainContent property core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php The render array representing the main page content.
TestDisplayVariant::setMainContent function core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php Sets the main content for the page being rendered.
TestFileParser::parseContents function core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Parse class names out of PHP file contents.
TestFileParserTest::provideTestFileContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php
TestFileParserTest::testParseContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php @legacy-covers ::parseContents
TestLayoutContentFooter class core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php Provides a Layout plugin for field_layout tests.
TestLayoutContentFooter.php file core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php
TestSqlContentDefaultTableMapping class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Extends DefaultTableMapping to allow calling its protected methods.
TestSqlContentDefaultTableMapping::setExtraColumns function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Adds extra columns for a table to the table mapping.
TestSqlContentDefaultTableMapping::setFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Adds field columns for a table to the table mapping.
text-content.css file core/themes/olivero/css/components/text-content.css Text Content.
text-content.pcss.css file core/themes/olivero/css/components/text-content.pcss.css Text Content.
TwigTransTest::poFileContents function core/modules/system/tests/src/Functional/Theme/TwigTransTest.php Generate a custom .po file for a specific test language.
UiHelperTrait::getTextContent function core/tests/Drupal/Tests/UiHelperTrait.php Retrieves the plain-text content from the current page.
UninstallDefaultContentTest class core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Tests that uninstalling default content removes created content.
UninstallDefaultContentTest.php file core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
UninstallDefaultContentTest::$profile property core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php The profile to install as a basis for testing.
UninstallDefaultContentTest::assertArticlesImported function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert articles are imported.
UninstallDefaultContentTest::assertImportedCustomBlock function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert block content are imported.
UninstallDefaultContentTest::assertRecipesImported function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert recipes are imported.
UninstallDefaultContentTest::expectedBlocks function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Returns the expected properties of this profile's content blocks.
UninstallDefaultContentTest::testReinstall function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Tests uninstalling content removes created entities.
Unpacker::updateComposerLockContent function composer/Plugin/RecipeUnpack/Unpacker.php Updates the composer.lock content and keeps the local repo in sync.
UnpackRecipeTest::getFileContents function core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php Gets the contents of a file as an array.
UpdateTestArchiver::listContents function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Lists all files in the archive.
Upgrade6WithContentModerationTest class core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Tests Drupal 6 upgrade using the migrate UI with Content Moderation.
Upgrade6WithContentModerationTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php
Upgrade6WithContentModerationTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Modules to install.
Upgrade6WithContentModerationTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Gets the expected number of entities per entity type after migration.
Upgrade6WithContentModerationTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php Gets expected number of entities per entity after incremental migration.
Upgrade6WithContentModerationTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6WithContentModerationTest.php
Upgrade7WithContentModerationTest class core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php Tests Drupal 7 upgrade using the migrate UI with Content Moderation.
Upgrade7WithContentModerationTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php
Upgrade7WithContentModerationTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php Modules to install.
Upgrade7WithContentModerationTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php Gets the expected number of entities per entity type after migration.
Upgrade7WithContentModerationTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php
user.role.content_editor.yml file core/profiles/standard/config/install/user.role.content_editor.yml core/profiles/standard/config/install/user.role.content_editor.yml
user.role.content_editor.yml file core/recipes/content_editor_role/config/user.role.content_editor.yml core/recipes/content_editor_role/config/user.role.content_editor.yml

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