Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityRevisionsTest::testLoadedRevisionId | function | core/ |
Tests getLoadedRevisionId() returns the correct ID throughout the process. |
| EntityRevisionsTest::testLoadedRevisionIdWithNoNewRevision | function | core/ |
Tests the loaded revision ID after an entity re-save, clone and duplicate. |
| EntityRevisionsTest::testTranslatedLoadedRevisionId | function | core/ |
Tests the loaded revision ID for translatable entities. |
| EntityRevisionTestDestination::getEntityTypeId | function | core/ |
Finds the entity type from configuration or plugin ID. |
| EntityRouteProviderInterface | interface | core/ |
Allows entity types to provide routes. |
| EntityRouteProviderInterface.php | file | core/ |
|
| EntityRouteProviderInterface::getRoutes | function | core/ |
Provides routes for entities. |
| EntityRouteProviderSubscriber | class | core/ |
Ensures that routes can be provided by entity types. |
| EntityRouteProviderSubscriber.php | file | core/ |
|
| EntityRouteProviderSubscriber::$entityTypeManager | property | core/ |
The entity type manager service. |
| EntityRouteProviderSubscriber::getSubscribedEvents | function | core/ |
|
| EntityRouteProviderSubscriber::onDynamicRouteEvent | function | core/ |
Provides routes on route rebuild time. |
| EntityRouteProviderSubscriber::__construct | function | core/ |
Constructs a new EntityRouteProviderSubscriber instance. |
| EntityRow::$entityTypeId | property | core/ |
Stores the entity type ID of the result entities. |
| EntityRow::getEntityTypeId | function | core/ |
Returns the entity type identifier. |
| EntitySchemaTest::providerTestPrimaryKeyUpdate | function | core/ |
Provides test cases for EntitySchemaTest::testPrimaryKeyUpdate() |
| EntitySchemaTest::testIdentifierSchema | function | core/ |
Tests the installed storage schema for identifier fields. |
| EntitySerializationTest::testDenormalizeInvalidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing invalid custom serialized fields. |
| EntitySerializationTest::testDenormalizeValidCustomSerializedField | function | core/ |
Tests normalizing/denormalizing valid custom serialized fields. |
| EntityStateChangeValidationTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\Plugin\Validation\Constraint\ModerationStateConstraintValidator[[api-linebreak]] @group content_moderation |
| EntityStateChangeValidationTest.php | file | core/ |
|
| EntityStateChangeValidationTest::$adminUser | property | core/ |
An admin user. |
| EntityStateChangeValidationTest::$modules | property | core/ |
Modules to install. |
| EntityStateChangeValidationTest::$usesSuperUserAccessPolicy | property | core/ |
@todo Remove and fix test to not rely on super user. |
| 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/ |
@dataProvider transitionAccessValidationTestCases |
| EntityStateChangeValidationTest::testValidTransition | function | core/ |
Tests valid transitions. |
| EntityStateChangeValidationTest::transitionAccessValidationTestCases | function | core/ |
Test cases for ::testTransitionAccessValidation. |
| 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::$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::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| EntityStorageBaseTest::providerLoad | function | core/ |
Data provider for testLoad(). |
| EntityStorageBaseTest::providerLoadMultiple | function | core/ |
Data provider for testLoadMultiple. |
| EntityStorageInterface::getEntityTypeId | function | core/ |
Gets the entity type ID. |
| EntityTest::$argumentValidator | property | core/ |
The tested argument validator. |
| EntityTest::getOwnerId | function | core/ |
Returns the entity owner's user ID. |
| EntityTest::providerTestTokens | function | core/ |
Data provider for testing different types of tokens. |
| EntityTest::setOwnerId | function | core/ |
Sets the entity owner's user ID. |
| EntityTest::testCalculateDependenciesWithEntityId | function | core/ |
@covers ::calculateDependencies[[api-linebreak]] |
| EntityTest::testCalculateDependenciesWithUuid | function | core/ |
@covers ::calculateDependencies[[api-linebreak]] |
| EntityTest::testRenderWithId | function | core/ |
@covers ::render[[api-linebreak]] @covers ::defineOptions[[api-linebreak]] @covers ::init[[api-linebreak]] |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.