Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 10.3.x for content
- Search 11.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RevisionableContentEntityBaseTest::testRevisionableContentEntity | function | core/ |
Tests the correct functionality CRUD operations of entity revisions. |
RevisionableContentEntityBaseTest::testWasDefaultRevision | function | core/ |
Tests the behavior of the "revision_default" flag. |
RevisionRelationshipsTest::testBlockContentRevisionRelationship | function | core/ |
Create a block_content with revision and rest result count for both views. |
RoutingFixtures::contentRouteCollection | function | core/ |
Returns a Content-type restricted set of routes for testing. |
ScaffoldFileCollection::checkListHasItemWithContent | function | composer/ |
Scans through a list of scaffold files and determines if any has contents. |
serializer.normalizer.content_entity | service | core/ |
Drupal\serialization\Normalizer\ContentEntityNormalizer |
serializer.normalizer.content_entity.jsonapi | service | core/ |
Drupal\jsonapi\Normalizer\ContentEntityDenormalizer |
seven_form_language_content_settings_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for language_content_settings_form(). |
seven_preprocess_admin_block_content | function | core/ |
Implements hook_preprocess_HOOK() for block admin page templates. |
seven_preprocess_block_content_add_list | function | core/ |
Implements hook_preprocess_HOOK() for block content add list templates. |
SimplePageVariant::$mainContent | property | core/ |
The render array representing the main content. |
SimplePageVariant::setMainContent | function | core/ |
Sets the main content for the page being rendered. |
SkipOp::generateContents | function | composer/ |
Load the scaffold contents or otherwise generate what is needed. |
SqlContentEntityStorage | class | core/ |
A content entity database storage implementation. |
SqlContentEntityStorage.php | file | core/ |
|
SqlContentEntityStorage::$baseTable | property | core/ |
The base table of the entity. |
SqlContentEntityStorage::$database | property | core/ |
Active database connection. |
SqlContentEntityStorage::$dataTable | property | core/ |
The table that stores properties, if the entity has multilingual support. |
SqlContentEntityStorage::$defaultLangcodeKey | property | core/ |
The default language entity key. |
SqlContentEntityStorage::$entityTypeManager | property | core/ |
The entity type manager. |
SqlContentEntityStorage::$fieldStorageDefinitions | property | core/ |
The entity type's field storage definitions. |
SqlContentEntityStorage::$langcodeKey | property | core/ |
The entity langcode key. |
SqlContentEntityStorage::$languageManager | property | core/ |
The language manager. |
SqlContentEntityStorage::$revisionDataTable | property | core/ |
The table that stores revision field data if the entity supports revisions. |
SqlContentEntityStorage::$revisionKey | property | core/ |
Name of entity's revision database table field, if it supports revisions. |
SqlContentEntityStorage::$revisionTable | property | core/ |
The table that stores revisions, if the entity supports revisions. |
SqlContentEntityStorage::$storageSchema | property | core/ |
The entity type's storage schema object. |
SqlContentEntityStorage::$tableMapping | property | core/ |
The mapping of field columns to SQL tables. |
SqlContentEntityStorage::$temporary | property | core/ |
Whether this storage should use the temporary table mapping. |
SqlContentEntityStorage::buildPropertyQuery | function | core/ |
Builds an entity query. |
SqlContentEntityStorage::buildQuery | function | core/ |
Builds the query to load the entity. |
SqlContentEntityStorage::countFieldData | function | core/ |
|
SqlContentEntityStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
SqlContentEntityStorage::delete | function | core/ |
Deletes permanently saved entities. |
SqlContentEntityStorage::deleteFromDedicatedTables | function | core/ |
Deletes values of fields in dedicated tables for all revisions. |
SqlContentEntityStorage::deleteRevisionFromDedicatedTables | function | core/ |
Deletes values of fields in dedicated tables for all revisions. |
SqlContentEntityStorage::doDeleteFieldItems | function | core/ |
Deletes entity field values from the storage. |
SqlContentEntityStorage::doDeleteRevisionFieldItems | function | core/ |
Deletes field values of an entity revision from the storage. |
SqlContentEntityStorage::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
SqlContentEntityStorage::doLoadRevisionFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
SqlContentEntityStorage::doSaveFieldItems | function | core/ |
Writes entity field values to the storage. |
SqlContentEntityStorage::finalizePurge | function | core/ |
Performs final cleanup after all data of a field has been purged. |
SqlContentEntityStorage::getBaseTable | function | core/ |
Gets the base table name. |
SqlContentEntityStorage::getCustomTableMapping | function | core/ |
Gets a table mapping for the specified entity type and storage definitions. |
SqlContentEntityStorage::getDataTable | function | core/ |
Gets the data table name. |
SqlContentEntityStorage::getFieldStorageDefinitions | function | core/ |
Gets the base field definitions for a content entity type. |
SqlContentEntityStorage::getFromStorage | function | core/ |
Gets entities from the storage. |
SqlContentEntityStorage::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
SqlContentEntityStorage::getRevisionDataTable | function | core/ |
Gets the revision data table name. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.