| WorkspaceManager::$entityMemoryCache |
property |
core/modules/workspaces/src/WorkspaceManager.php |
The entity memory cache service. |
| WorkspaceManager::$entityTypeManager |
property |
core/modules/workspaces/src/WorkspaceManager.php |
The entity type manager. |
| WorkspaceManager::getSupportedEntityTypes |
function |
core/modules/workspaces/src/WorkspaceManager.php |
Returns an array of entity types that can belong to workspaces. |
| WorkspaceManager::isEntityTypeSupported |
function |
core/modules/workspaces/src/WorkspaceManager.php |
Returns whether an entity type can belong to a workspace or not. |
| WorkspaceManagerInterface::getSupportedEntityTypes |
function |
core/modules/workspaces/src/WorkspaceManagerInterface.php |
Returns an array of entity types that can belong to workspaces. |
| WorkspaceManagerInterface::isEntityTypeSupported |
function |
core/modules/workspaces/src/WorkspaceManagerInterface.php |
Returns whether an entity type can belong to a workspace or not. |
| WorkspaceMergeForm::$entityTypeManager |
property |
core/modules/workspaces/src/Form/WorkspaceMergeForm.php |
The entity type manager. |
| WorkspaceMerger::$entityTypeManager |
property |
core/modules/workspaces/src/WorkspaceMerger.php |
The entity type manager. |
| WorkspaceMergerTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php |
The entity type manager. |
| WorkspaceOperationFactory::$entityTypeManager |
property |
core/modules/workspaces/src/WorkspaceOperationFactory.php |
The entity type manager. |
| WorkspacePublisher::$entityTypeManager |
property |
core/modules/workspaces/src/WorkspacePublisher.php |
The entity type manager. |
| WorkspaceRepository::$entityTypeManager |
property |
core/modules/workspaces/src/WorkspaceRepository.php |
The entity type manager service. |
| WorkspaceResourceTestBase::$entityTypeId |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
The tested entity type. |
| WorkspaceResourceTestBase::$firstCreatedEntityId |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
The entity ID for the first created entity in testPost(). |
| WorkspaceResourceTestBase::$secondCreatedEntityId |
property |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
The entity ID for the second created entity in testPost(). |
| WorkspaceResourceTestBase::createAnotherEntity |
function |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
Creates another entity to be tested. |
| WorkspaceResourceTestBase::createEntity |
function |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
Creates the entity to be tested. |
| WorkspaceResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
Returns the expected normalization of the entity. |
| WorkspaceResourceTestBase::getNormalizedPatchEntity |
function |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
Returns the normalized PATCH entity. |
| WorkspaceResourceTestBase::getNormalizedPostEntity |
function |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
Returns the normalized POST entity. |
| WorkspaceResourceTestBase::getSecondNormalizedPostEntity |
function |
core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php |
Gets the second normalized POST entity. |
| WorkspaceRevisionMetadataFieldTest::$entityTypeManager |
property |
core/modules/workspaces/tests/src/Functional/WorkspaceRevisionMetadataFieldTest.php |
The entity type manager. |
| workspaces.entity.query.sql |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\EntityQuery\QueryFactory |
| workspaces.entity_schema_listener |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber |
| WorkspacesContentModerationStateTest::$revEntityTypeId |
property |
core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php |
The ID of the revisionable entity type used in the tests. |
| WorkspacesContentModerationStateTest::addEntityTypeAndBundleToWorkflow |
function |
core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php |
Adds an entity type ID / bundle ID to the given workflow. |
| WorkspacesContentModerationStateTest::createEntity |
function |
core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php |
Creates an entity. |
| WorkspaceSwitcherBlock::$entityTypeManager |
property |
core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php |
The entity type manager. |
| workspaces_entity_access |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_access(). |
| workspaces_entity_base_field_info |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_base_field_info(). |
| workspaces_entity_create_access |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_create_access(). |
| workspaces_entity_insert |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_insert(). |
| workspaces_entity_predelete |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_predelete(). |
| workspaces_entity_preload |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_preload(). |
| workspaces_entity_presave |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_presave(). |
| workspaces_entity_type_alter |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_type_alter(). |
| workspaces_entity_type_build |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_type_build(). |
| workspaces_entity_update |
function |
core/modules/workspaces/workspaces.module |
Implements hook_entity_update(). |
| WorkspaceTestUtilities::getOneEntityByLabel |
function |
core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php |
Loads a single entity by its label. |
| XmlEntityNormalizationQuirksTrait |
trait |
core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php |
Trait for EntityResourceTestBase subclasses testing $format='xml'. |
| XmlEntityNormalizationQuirksTrait.php |
file |
core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php |
|
| XmlEntityNormalizationQuirksTrait::applyXmlConfigEntityDecodingQuirks |
function |
core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php |
Applies the XML config entity encoding quirks that remain after decoding. |
| XmlEntityNormalizationQuirksTrait::applyXmlFieldDecodingQuirks |
function |
core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php |
Applies the XML entity field encoding quirks that remain after decoding. |
| XmlEntityNormalizationQuirksTrait::getExpectedNormalizedEntity |
function |
core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php |
|
| XmlEntityNormalizationQuirksTrait::testPatch |
function |
core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php |
|
| XmlEntityNormalizationQuirksTrait::testPost |
function |
core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php |
|
| _comment_entity_uses_integer_id |
function |
core/modules/comment/comment.module |
Determines if an entity type is using an integer-based ID definition. |
| _entity_test_record_hooks |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Helper function to be used to record hook invocations. |
| _entity_test_update_create_test_entities |
function |
core/modules/system/tests/modules/entity_test_update/entity_test_update.module |
Creates a given number of 'entity_test_update' entities. |
| _field_create_entity_from_ids |
function |
core/modules/field/field.module |
Assembles a partial entity structure with initial IDs. |