Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 10.3.x for content
  4. Search 11.x for content
  5. Other projects
Title Object type File name Summary
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 @covers ::replaceStorageContents
StubNegotiationMiddleware::getContentType function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Gets the normalized type of a request.
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.
template_preprocess_admin_block_content function core/modules/system/system.admin.inc Prepares variables for administrative content block templates.
template_preprocess_block_content_add_list function core/modules/block_content/block_content.pages.inc Prepares variables for a custom block type creation list templates.
template_preprocess_language_content_settings_table function core/modules/language/language.admin.inc Prepares variables for language content settings table templates.
TemporaryJsonapiFileFieldUploader::validateAndParseContentDispositionHeader function core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php Validates and extracts the filename from the Content-Disposition header.
TestClass::_getTextContent function core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
TestClass::_setRawContent function core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php
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 this class.
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.
TestContentEntityStorageBase class core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Test class for ContentEntityStorageBaseTest.
TestContentEntityStorageBase::doLoadMultipleRevisionsFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Actually loads revision field item values from the storage.
TestContentEntityStorageBase::__construct function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Constructs a TestContentEntityStorageBase object.
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.
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 @covers ::parseContents
@dataProvider provideTestFileContents
TestLayoutContentFooter class core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php Provides an annotated layout plugin for field_layout tests.
TestLayoutContentFooter.php file core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php
TestSettingSummariesContentType class core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php Tests the JavaScript updating of summaries on content type form.
TestSettingSummariesContentType.php file core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php
TestSettingSummariesContentType::$defaultTheme property core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php The theme to install as the default for testing.
TestSettingSummariesContentType::$modules property core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php Modules to enable.
TestSettingSummariesContentType::setUp function core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php
TestSettingSummariesContentType::testWorkflowSummary function core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php Test a vertical tab 'Workflow' summary.
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 a 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.
TrackerController::buildContent function core/modules/tracker/src/Controller/TrackerController.php Builds content for the tracker controllers.
TrackerPage::getContent function core/modules/tracker/src/Controller/TrackerPage.php Content callback for the tracker.page route.
TrackerRecentContentLinkTest class core/modules/tracker/tests/src/Functional/TrackerRecentContentLinkTest.php Tests recent content link.

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