Search for entity
- Search 7.x for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 10.3.x for entity
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
WorkspaceEntityDeleteTest::testEntityDelete | function | core/ |
Test entity deletion with workspaces. |
WorkspaceEntityDeleteTest::testEntityDeletion | function | core/ |
Test entity deletion in a workspace. |
WorkspaceEntityDeleteTest::testNodeDeleteWithBypassAccessPermission | function | core/ |
Test node deletion with workspaces and the 'bypass node access' permission. |
WorkspaceEntityRepositoryTest | class | core/ |
Tests the entity repository integration for workspaces. |
WorkspaceEntityRepositoryTest.php | file | core/ |
|
WorkspaceEntityRepositoryTest::$entityRepository | property | core/ |
The entity repository. |
WorkspaceEntityRepositoryTest::$entityTypeManager | property | core/ |
The entity type manager. |
WorkspaceEntityRepositoryTest::$modules | property | core/ |
Modules to install. |
WorkspaceEntityRepositoryTest::setUp | function | core/ |
|
WorkspaceEntityRepositoryTest::testGetActive | function | core/ |
Tests retrieving active variants in a workspace. |
WorkspaceFormPersistenceTest::$entityTypeManager | property | core/ |
The entity type manager. |
WorkspaceHandlerInterface::isEntitySupported | function | core/ |
Determines if an entity should be tracked in a workspace. |
WorkspaceInformation::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
WorkspaceInformation::isEntityDeletable | function | core/ |
Determines whether an entity can be deleted in the given workspace. |
WorkspaceInformation::isEntityIgnored | function | core/ |
Determines whether CRUD operations for an entity are allowed. |
WorkspaceInformation::isEntitySupported | function | core/ |
Determines whether an entity can belong to a workspace. |
WorkspaceInformation::isEntityTypeIgnored | function | core/ |
Determines whether CRUD operations for an entity type are allowed. |
WorkspaceInformation::isEntityTypeSupported | function | core/ |
Determines whether an entity type can belong to a workspace. |
WorkspaceInformationInterface::getSupportedEntityTypes | function | core/ |
Returns an array of entity types that can belong to workspaces. |
WorkspaceInformationInterface::isEntityDeletable | function | core/ |
Determines whether an entity can be deleted in the given workspace. |
WorkspaceInformationInterface::isEntityIgnored | function | core/ |
Determines whether CRUD operations for an entity are allowed. |
WorkspaceInformationInterface::isEntitySupported | function | core/ |
Determines whether an entity can belong to a workspace. |
WorkspaceInformationInterface::isEntityTypeIgnored | function | core/ |
Determines whether CRUD operations for an entity type are allowed. |
WorkspaceInformationInterface::isEntityTypeSupported | function | core/ |
Determines whether an entity type can belong to a workspace. |
WorkspaceInformationTest::$entityTypeManager | property | core/ |
The entity type manager. |
WorkspaceInformationTest::testCustomSupportEntityTypes | function | core/ |
Tests an entity type with a custom workspace handler. |
WorkspaceInformationTest::testIgnoredEntityTypes | function | core/ |
Tests ignored entity types. |
WorkspaceInformationTest::testSupportedEntityTypes | function | core/ |
Tests fully supported entity types. |
WorkspaceInformationTest::testUnsupportedEntityTypes | function | core/ |
Tests unsupported entity types. |
WorkspaceMenuLinkContentIntegrationTest::$entityTypeManager | property | core/ |
The entity type manager. |
WorkspaceResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
WorkspaceResourceTestBase::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
WorkspaceResourceTestBase::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
WorkspaceResourceTestBase::createAnotherEntity | function | core/ |
Creates another entity to be tested. |
WorkspaceResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
WorkspaceResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
WorkspaceResourceTestBase::getModifiedEntityForPostTesting | function | core/ |
Gets the normalized POST entity with random values for its unique fields. |
WorkspaceResourceTestBase::getNormalizedPatchEntity | function | core/ |
Returns the normalized PATCH entity. |
WorkspaceResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
WorkspaceSafeFormTrait::isWorkspaceSafeEntity | function | core/ |
Determines whether an entity used in a form is workspace-safe. |
WorkspaceSafeFormTrait::isWorkspaceSafeEntityType | function | core/ |
Determines whether an entity type used in a form is workspace-safe. |
WorkspacesEntityRepository | class | core/ |
Provides workspace-specific mechanisms for retrieving entities. |
WorkspacesEntityRepository.php | file | core/ |
|
WorkspacesEntityRepository::getActive | function | core/ |
Retrieves the active entity variant matching the specified context. |
WorkspacesEntityRepository::getActiveMultiple | function | core/ |
Retrieves the active entity variants matching the specified context. |
WorkspacesEntityRepository::getCanonical | function | core/ |
Retrieves the canonical entity variant matching the specified context. |
WorkspacesEntityRepository::getCanonicalMultiple | function | core/ |
Retrieves the canonical entity variants matching the specified context. |
WorkspacesEntityRepository::getTranslationFromContext | function | core/ |
Gets the entity translation to be used in the given context. |
WorkspacesEntityRepository::loadEntityByConfigTarget | function | core/ |
Loads an entity by the config target identifier. |
WorkspacesEntityRepository::loadEntityByUuid | function | core/ |
Loads an entity by UUID. |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.