Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityStateChangeValidationTest | class | core/ |
Tests Drupal\content_moderation\Plugin\Validation\Constraint\ModerationStateConstraintValidator. |
| EntityStateChangeValidationTest.php | file | core/ |
|
| EntityStateChangeValidationTest::$adminUser | property | core/ |
An admin user. |
| EntityStateChangeValidationTest::$modules | property | core/ |
|
| EntityStateChangeValidationTest::setUp | function | core/ |
|
| EntityStateChangeValidationTest::testExistingContentWithNoModeration | function | core/ |
Tests that content without prior moderation information can be moderated. |
| EntityStateChangeValidationTest::testExistingMultilingualContentWithNoModeration | function | core/ |
Tests that content without prior moderation information can be translated. |
| EntityStateChangeValidationTest::testInvalidState | function | core/ |
Tests validation with an invalid state. |
| EntityStateChangeValidationTest::testInvalidStateMultilingual | function | core/ |
Tests state transition validation with multiple languages. |
| EntityStateChangeValidationTest::testInvalidStateWithoutExisting | function | core/ |
Tests validation with no initial state or an invalid state. |
| EntityStateChangeValidationTest::testInvalidTransition | function | core/ |
Tests invalid transitions. |
| EntityStateChangeValidationTest::testTransitionAccessValidation | function | core/ |
Tests transition access validation. |
| EntityStateChangeValidationTest::testValidTransition | function | core/ |
Tests valid transitions. |
| EntityStateChangeValidationTest::transitionAccessValidationTestCases | function | core/ |
Test cases for ::testTransitionAccessValidation. |
| EntityStorageBase | class | core/ |
A base entity storage class. |
| EntityStorageBase.php | file | core/ |
|
| EntityStorageBase::$baseEntityClass | property | core/ |
Name of the base entity class. |
| EntityStorageBase::$entityIdsToLoad | property | core/ |
Entity IDs awaiting loading. |
| EntityStorageBase::$entityType | property | core/ |
Information about the entity type. |
| EntityStorageBase::$entityTypeId | property | core/ |
Entity type ID for this storage. |
| EntityStorageBase::$idKey | property | core/ |
Name of the entity's ID field in the entity database table. |
| EntityStorageBase::$langcodeKey | property | core/ |
The name of the entity langcode property. |
| EntityStorageBase::$memoryCache | property | core/ |
The memory cache. |
| EntityStorageBase::$memoryCacheTag | property | core/ |
The memory cache tag. |
| EntityStorageBase::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
| EntityStorageBase::$uuidService | property | core/ |
The UUID service. |
| EntityStorageBase::buildCacheId | function | core/ |
Builds the cache ID for the passed in entity ID. |
| EntityStorageBase::buildPropertyQuery | function | core/ |
Builds an entity query. |
| EntityStorageBase::create | function | core/ |
|
| EntityStorageBase::delete | function | core/ |
|
| EntityStorageBase::doCreate | function | core/ |
Performs storage-specific creation of entities. |
| EntityStorageBase::doDelete | function | core/ |
Performs storage-specific entity deletion. |
| EntityStorageBase::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
| EntityStorageBase::doPostSave | function | core/ |
Performs post save entity processing. |
| EntityStorageBase::doPreSave | function | core/ |
Performs presave entity processing. |
| EntityStorageBase::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| EntityStorageBase::getAggregateQuery | function | core/ |
|
| EntityStorageBase::getEntitiesByClass | function | core/ |
Indexes the given array of entities by their class name and ID. |
| EntityStorageBase::getEntityClass | function | core/ |
|
| EntityStorageBase::getEntityType | function | core/ |
|
| EntityStorageBase::getEntityTypeId | function | core/ |
|
| EntityStorageBase::getFromStaticCache | function | core/ |
Gets entities from the static cache. |
| EntityStorageBase::getQuery | function | core/ |
|
| EntityStorageBase::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| EntityStorageBase::has | function | core/ |
Determines if this entity already exists in storage. |
| EntityStorageBase::hasData | function | core/ |
|
| EntityStorageBase::invokeHook | function | core/ |
Invokes a hook on behalf of the entity. |
| EntityStorageBase::load | function | core/ |
|
| EntityStorageBase::loadByProperties | function | core/ |
|
| EntityStorageBase::loadMultiple | function | core/ |
Pagination
- Previous page
- Page 551
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.