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
SqlContentEntityStorageTest::testSetTableMapping function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that setting a new table mapping also updates the table names.
StorageCopyTrait::replaceStorageContents function core/lib/Drupal/Core/Config/StorageCopyTrait.php Copy the configuration from one storage to another and remove stale items.
StorageCopyTraitTest::providerTestReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides data for testCheckRequirements().
StorageCopyTraitTest::testReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Tests replace storage contents.
StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Test "link_to_entity" feature on fields which are added to config entity.
StubNegotiationMiddleware::getContentType function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Gets the normalized type of a request.
SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalidContent function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Test the SvgSpriteExtractor::discoverIcons() method with invalid content.
system.menu.content.yml file core/modules/navigation/config/install/system.menu.content.yml core/modules/navigation/config/install/system.menu.content.yml
SystemAdminThemePreprocess::preprocessAdminBlockContent function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for administrative content block templates.
SystemMainBlock::$mainContent property core/modules/system/src/Plugin/Block/SystemMainBlock.php The render array representing the main page content.
SystemMainBlock::setMainContent function core/modules/system/src/Plugin/Block/SystemMainBlock.php Sets the main content render array.
SystemManager::getBlockContents function core/modules/system/src/SystemManager.php Loads the contents of a menu block.
SystemTestController::mainContentFallback function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Tests main content fallback.
SystemTestController::permissionDependentContent function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Shows permission-dependent content.
Tables::$contentWorkspaceTables property core/modules/workspaces/src/EntityQuery/Tables.php Workspace association table array, key is base table name, value is alias.
Tar::listContents function core/lib/Drupal/Core/Archiver/Tar.php Lists all files in the archive.
TaxonomyTermContentModerationTest class core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests taxonomy terms with Content Moderation.
TaxonomyTermContentModerationTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php The theme to install as the default for testing.
TaxonomyTermContentModerationTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Modules to install.
TaxonomyTermContentModerationTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php The vocabulary used for creating terms.
TaxonomyTermContentModerationTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::testTaxonomyTermParents function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests taxonomy term parents on a moderated vocabulary.
TaxonomyTermContentModerationTest::testTaxonomyTermPendingRevisions function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests changing field values in pending revisions of taxonomy terms.
template_preprocess_admin_block_content function core/modules/system/system.module Prepares variables for administrative content block templates.
template_preprocess_block_content_add_list function core/modules/block_content/block_content.module Prepares variables for a block type creation list templates.
template_preprocess_language_content_settings_table function core/modules/language/language.module Prepares variables for language content settings table templates.
TestableSqlContentEntityStorage class core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php A test subclass of SqlContentEntityStorage.
TestableSqlContentEntityStorage.php file core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php
TestableSqlContentEntityStorage::$database property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Active database connection.
TestableSqlContentEntityStorage::$entityType property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Information about the entity type.
TestableSqlContentEntityStorage::$fieldStorageDefinitions property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php The entity type's field storage definitions.
TestableSqlContentEntityStorage::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php The mapping of field columns to SQL tables.
TestableSqlContentEntityStorage::getTableMapping function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Overrides original SqlContentEntityStorage::getTableMapping().
TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Exposes the protected deleteFromDedicatedTables() method for testing.
TestableSqlContentEntityStorage::setTableMapping function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Sets the table mapping.
TestableSqlContentEntityStorage::__construct function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Override the constructor to bypass the parent's constructor.
TestContent class core/modules/system/tests/modules/router_test_directory/src/TestContent.php Test controllers that are intended to be wrapped in a main controller.
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.

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