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
ReplaceOp::generateContents function composer/Plugin/Scaffold/Operations/ReplaceOp.php Load the scaffold contents or otherwise generate what is needed.
ResourceFetcherTest::testUnknownContentTypeHeader function core/modules/media/tests/src/Unit/ResourceFetcherTest.php Tests how the resource fetcher handles unknown Content-Type headers.
ResourceObject::extractContentEntityFields function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Extracts a content entity's fields.
ResourceObjectNormalizer::processContentEntitySchema function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
RestExport::$contentType property core/modules/rest/src/Plugin/views/display/RestExport.php Overrides the content type of the data response, if needed.
RestExport::getContentType function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the content type.
RestExport::setContentType function core/modules/rest/src/Plugin/views/display/RestExport.php Sets the content type.
RevisionableContentEntityBase class core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php Provides a content entity with extended support for revisions.
RevisionableContentEntityBase.php file core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php
RevisionableContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php
RevisionableContentEntityBaseTest class core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Test the revision system.
RevisionableContentEntityBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
RevisionableContentEntityBaseTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Modules to install.
RevisionableContentEntityBaseTest::assertItemsTableCount function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Asserts the amount of items on entity related tables.
RevisionableContentEntityBaseTest::createRevision function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Creates a new revision in the entity of this test class.
RevisionableContentEntityBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php
RevisionableContentEntityBaseTest::testRevisionableContentEntity function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Tests the correct functionality CRUD operations of entity revisions.
RevisionableContentEntityBaseTest::testWasDefaultRevision function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Tests the behavior of the "revision_default" flag.
RevisionRelationshipsTest::testBlockContentRevisionRelationship function core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Create a block_content with revision and rest result count for both views.
RoutingFixtures::contentRouteCollection function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns a Content-type restricted set of routes for testing.
ScaffoldFileCollection::checkListHasItemWithContent function composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php Scans through a list of scaffold files and determines if any has contents.
serializer.normalizer.content_entity service core/modules/serialization/serialization.services.yml Drupal\serialization\Normalizer\ContentEntityNormalizer
serializer.normalizer.content_entity.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ContentEntityDenormalizer
SettingSummariesContentTypeTest class core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php Tests the JavaScript updating of summaries on content type form.
SettingSummariesContentTypeTest.php file core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php
SettingSummariesContentTypeTest::$defaultTheme property core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php The theme to install as the default for testing.
SettingSummariesContentTypeTest::$modules property core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php Modules to install.
SettingSummariesContentTypeTest::setUp function core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php
SettingSummariesContentTypeTest::testWorkflowSummary function core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php Tests a vertical tab 'Workflow' summary.
SimplePageVariant::$mainContent property core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php The render array representing the main content.
SimplePageVariant::setMainContent function core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php Sets the main content for the page being rendered.
SkipOp::generateContents function composer/Plugin/Scaffold/Operations/SkipOp.php Load the scaffold contents or otherwise generate what is needed.
SqlContentEntityStorage class core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php A content entity database storage implementation.
SqlContentEntityStorage.php file core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::$baseTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The base table of the entity.
SqlContentEntityStorage::$database property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Active database connection.
SqlContentEntityStorage::$dataTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores properties, if the entity has multilingual support.
SqlContentEntityStorage::$defaultLangcodeKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The default language entity key.
SqlContentEntityStorage::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type manager.
SqlContentEntityStorage::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's field storage definitions.
SqlContentEntityStorage::$langcodeKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity langcode key.
SqlContentEntityStorage::$languageManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The language manager.
SqlContentEntityStorage::$revisionDataTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores revision field data if the entity supports revisions.
SqlContentEntityStorage::$revisionKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Name of entity's revision database table field, if it supports revisions.
SqlContentEntityStorage::$revisionTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores revisions, if the entity supports revisions.
SqlContentEntityStorage::$storageSchema property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's storage schema object.
SqlContentEntityStorage::$tableMapping property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The mapping of field columns to SQL tables.
SqlContentEntityStorage::$temporary property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Whether this storage should use the temporary table mapping.
SqlContentEntityStorage::buildPropertyQuery function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Builds an entity query.
SqlContentEntityStorage::buildQuery function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Builds the query to load the entity.

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