Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 8.9.x for content
- Search 10.3.x for content
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentEntityStorageBase::invokeStorageLoadHook | function | core/ |
Invokes hook_entity_storage_load(). |
| ContentEntityStorageBase::invokeTranslationHooks | function | core/ |
Checks translation statuses and invokes the related hooks if needed. |
| ContentEntityStorageBase::isAnyRevisionTranslated | function | core/ |
Checks whether any entity revision is translated. |
| ContentEntityStorageBase::isAnyStoredRevisionTranslated | function | core/ |
Checks whether any stored entity revision is translated. |
| ContentEntityStorageBase::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
| ContentEntityStorageBase::loadRevision | function | core/ |
Loads a specific entity revision. |
| ContentEntityStorageBase::loadRevisionUnchanged | function | core/ |
Loads an unchanged entity by revision ID from the database. |
| ContentEntityStorageBase::loadUnchanged | function | core/ |
Loads an unchanged entity from the database. |
| ContentEntityStorageBase::onFieldDefinitionCreate | function | core/ |
Reacts to the creation of a field. |
| ContentEntityStorageBase::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
| ContentEntityStorageBase::onFieldDefinitionUpdate | function | core/ |
Reacts to the update of a field. |
| ContentEntityStorageBase::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
| ContentEntityStorageBase::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
| ContentEntityStorageBase::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
| ContentEntityStorageBase::populateAffectedRevisionTranslations | function | core/ |
Populates the affected flag for all the revision translations. |
| ContentEntityStorageBase::preLoad | function | core/ |
Gathers entities from a 'preload' step. |
| ContentEntityStorageBase::purgeFieldData | function | core/ |
Purges a batch of field data. |
| ContentEntityStorageBase::purgeFieldItems | function | core/ |
Removes field items from storage per entity during purge. |
| ContentEntityStorageBase::readFieldItemsToPurge | function | core/ |
Reads values to be purged for a single field. |
| ContentEntityStorageBase::resetCache | function | core/ |
Resets the entity cache. |
| ContentEntityStorageBase::resetRevisionCache | function | core/ |
Resets the static and persistent revision caches. |
| ContentEntityStorageBase::setPersistentCache | function | core/ |
Stores entities in the persistent cache backend. |
| ContentEntityStorageBase::setPersistentRevisionCache | function | core/ |
Stores revisions in the persistent cache backend. |
| ContentEntityStorageBase::setStaticCache | function | core/ |
Stores entities in the static entity and entity revision cache. |
| ContentEntityStorageBase::__construct | function | core/ |
Constructs a ContentEntityStorageBase object. |
| ContentEntityStorageBase::__get | function | core/ |
Warns about deprecated/removed properties. |
| ContentEntityStorageBaseTest | class | core/ |
Tests Drupal\Core\Entity\ContentEntityStorageBase. |
| ContentEntityStorageBaseTest.php | file | core/ |
|
| ContentEntityStorageBaseTest::$modules | property | core/ |
Modules to install. |
| ContentEntityStorageBaseTest::providerTestCreate | function | core/ |
Provides test data for testCreate(). |
| ContentEntityStorageBaseTest::setUp | function | core/ |
|
| ContentEntityStorageBaseTest::testCreate | function | core/ |
Tests create. |
| ContentEntityStorageBaseTest::testReCreate | function | core/ |
Tests re create. |
| ContentEntityStorageInterface | interface | core/ |
A storage that supports content entity types. |
| ContentEntityStorageInterface.php | file | core/ |
|
| ContentEntityStorageInterface::createWithSampleValues | function | core/ |
Creates an entity with sample field values. |
| ContentEntityTest | class | core/ |
Tests the entity content source plugin. |
| ContentEntityTest.php | file | core/ |
|
| ContentEntityTest::$bundle | property | core/ |
The bundle used in this test. |
| ContentEntityTest::$fieldName | property | core/ |
The name of the field used in this test. |
| ContentEntityTest::$migrationPluginManager | property | core/ |
The migration plugin manager. |
| ContentEntityTest::$modules | property | core/ |
Modules to install. |
| ContentEntityTest::$user | property | core/ |
The test user. |
| ContentEntityTest::$vocabulary | property | core/ |
The vocabulary ID. |
| ContentEntityTest::assertIds | function | core/ |
Helper to assert IDs structure. |
| ContentEntityTest::migrationConfigurationProvider | function | core/ |
Data provider for several test methods. |
| ContentEntityTest::migrationDefinition | function | core/ |
Get a migration definition. |
| ContentEntityTest::setUp | function | core/ |
|
| ContentEntityTest::testFileSource | function | core/ |
Tests file source plugin. |
| ContentEntityTest::testMediaSource | function | core/ |
Tests media source plugin. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.