Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
WorkspaceMergeForm::getFormId function core/modules/workspaces_ui/src/Form/WorkspaceMergeForm.php Returns a unique string identifying the form.
WorkspaceMerger::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the source.
WorkspaceMerger::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspaceMerger.php Gets the revision identifiers for items which have changed on the target.
WorkspaceOperationInterface::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspaceOperationInterface.php Gets the revision identifiers for items which have changed on the source.
WorkspaceOperationInterface::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspaceOperationInterface.php Gets the revision identifiers for items which have changed on the target.
WorkspaceProviderBase class core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Defines the base class for workspace providers.
WorkspaceProviderBase.php file core/modules/workspaces/src/Provider/WorkspaceProviderBase.php
WorkspaceProviderBase::$initialPublished property core/modules/workspaces/src/Provider/WorkspaceProviderBase.php A list of entity UUIDs that were created as published in a workspace.
WorkspaceProviderBase::checkAccess function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Checks access for a given workspace.
WorkspaceProviderBase::entityCreate function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts before an entity is created.
WorkspaceProviderBase::entityDelete function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts after an entity has been deleted.
WorkspaceProviderBase::entityInsert function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts after an entity has been added.
WorkspaceProviderBase::entityPredelete function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts before an entity is deleted.
WorkspaceProviderBase::entityPreload function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts before an entity is loaded.
WorkspaceProviderBase::entityPresave function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts before an entity is saved.
WorkspaceProviderBase::entityRevisionDelete function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts after an entity revision has been deleted.
WorkspaceProviderBase::entityTranslationInsert function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts after an entity translation has been added.
WorkspaceProviderBase::entityUpdate function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts after an entity has been updated.
WorkspaceProviderBase::__construct function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php
WorkspaceProviderCollector class core/modules/workspaces/src/Provider/WorkspaceProviderCollector.php Defines the workspace provider collector.
WorkspaceProviderCollector.php file core/modules/workspaces/src/Provider/WorkspaceProviderCollector.php
WorkspaceProviderCollector::getProvider function core/modules/workspaces/src/Provider/WorkspaceProviderCollector.php Gets the workspace provider for the given ID.
WorkspaceProviderCollector::__construct function core/modules/workspaces/src/Provider/WorkspaceProviderCollector.php
WorkspaceProviderInterface interface core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Provides the interface for workspace providers.
WorkspaceProviderInterface.php file core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php
WorkspaceProviderInterface::checkAccess function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Checks access for a given workspace.
WorkspaceProviderInterface::entityCreate function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts before an entity is created.
WorkspaceProviderInterface::entityDelete function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts after an entity has been deleted.
WorkspaceProviderInterface::entityInsert function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts after an entity has been added.
WorkspaceProviderInterface::entityPredelete function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts before an entity is deleted.
WorkspaceProviderInterface::entityPreload function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts before an entity is loaded.
WorkspaceProviderInterface::entityPresave function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts before an entity is saved.
WorkspaceProviderInterface::entityRevisionDelete function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts after an entity revision has been deleted.
WorkspaceProviderInterface::entityTranslationInsert function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts after an entity translation has been added.
WorkspaceProviderInterface::entityUpdate function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts after an entity has been updated.
WorkspaceProviderInterface::getId function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Gets the ID of the workspace provider.
WorkspacePublisher::getDifferringRevisionIdsOnSource function core/modules/workspaces/src/WorkspacePublisher.php Gets the revision identifiers for items which have changed on the source.
WorkspacePublisher::getDifferringRevisionIdsOnTarget function core/modules/workspaces/src/WorkspacePublisher.php Gets the revision identifiers for items which have changed on the target.
WorkspacePublishEvent::$publishedRevisionIds property core/modules/workspaces/src/Event/WorkspacePublishEvent.php The IDs of the entities that are being published.
WorkspacePublishEvent::getPublishedRevisionIds function core/modules/workspaces/src/Event/WorkspacePublishEvent.php Gets the entity IDs that are being published as part of the workspace.
WorkspacePublishForm::getFormId function core/modules/workspaces/src/Form/WorkspacePublishForm.php Returns a unique string identifying the form.
WorkspacePublishForm::getFormId function core/modules/workspaces_ui/src/Form/WorkspacePublishForm.php Returns a unique string identifying the form.
WorkspaceQueryParameterNegotiatorTest::providerTestWorkspaceQueryParameter function core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php Data provider for testWorkspaceQueryParameter.
WorkspaceRequestSubscriberTest::testOnKernelRequestWithCacheableRouteProvider function core/modules/workspaces/tests/src/Unit/WorkspaceRequestSubscriberTest.php Tests on kernel request with cacheable route provider.
WorkspaceRequestSubscriberTest::testOnKernelRequestWithoutCacheableRouteProvider function core/modules/workspaces/tests/src/Unit/WorkspaceRequestSubscriberTest.php Tests on kernel request without cacheable route provider.
WorkspaceResourceTestBase::$entityTypeId property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php The tested entity type.
WorkspaceResourceTestBase::$firstCreatedEntityId property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php The entity ID for the first created entity in doTestPost().
WorkspaceResourceTestBase::$secondCreatedEntityId property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php The entity ID for the second created entity in doTestPost().
WorkspacesContentModerationStateTest::$revEntityTypeId property core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php The ID of the revisionable entity type used in the tests.
WorkspacesEntityRepository::loadEntityByUuid function core/modules/workspaces/src/WorkspacesEntityRepository.php Loads an entity by UUID.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.