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. Search main for Id
  6. Other projects
Title Object type File name Summary
WorkspaceAssociationTest::providerMoveTrackedEntitiesValidation function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php Data provider for testMoveTrackedEntitiesValidation().
WorkspaceAssociationTest::testMoveTrackedEntitiesValidation function core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php Tests validation for moveTrackedEntities().
WorkspaceFormValidationTest class core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php Tests Workspaces form validation.
WorkspaceFormValidationTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php
WorkspaceFormValidationTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php The theme to install as the default for testing.
WorkspaceFormValidationTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php Modules to install.
WorkspaceFormValidationTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php
WorkspaceFormValidationTest::testValidateLimitErrors function core/modules/workspaces/tests/src/Functional/WorkspaceFormValidationTest.php Tests partial form validation through #limit_validation_errors.
WorkspaceIdNegotiatorInterface interface core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Interface for workspace negotiators that return only the negotiated ID.
WorkspaceIdNegotiatorInterface.php file core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceIntegrationTest::providerTestAllowedEntityCrudInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Data provider for allowed entity CRUD operations.
WorkspaceIntegrationTest::testCronRunsOutsideWorkspace function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests that cron runs outside of workspace context.
WorkspaceIntegrationTest::testNodeAccessDifferringRevisionIdsOnTarget function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Tests workspace publishing is not sensitive to node access.
WorkspaceInterface::getProvider function core/modules/workspaces/src/WorkspaceInterface.php Gets the provider of this workspace.
WorkspaceManager::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManager.php Executes the given callback function without any workspace context.
WorkspaceManagerInterface::executeOutsideWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Executes the given callback function without any workspace context.
WorkspaceMergeForm::getFormId function core/modules/workspaces/src/Form/WorkspaceMergeForm.php Returns a unique string identifying the form.
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.

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