Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkspaceTrackerInterface interface core/modules/workspaces/src/WorkspaceTrackerInterface.php Defines an interface for the workspace tracker service.
WorkspaceTrackerInterface.php file core/modules/workspaces/src/WorkspaceTrackerInterface.php
WorkspaceTrackerInterface::deleteTrackedEntities function core/modules/workspaces/src/WorkspaceTrackerInterface.php Deletes all the workspace association records for the given workspace.
WorkspaceTrackerInterface::getAllTrackedRevisions function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves all content revisions tracked by a given workspace.
WorkspaceTrackerInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceTrackerInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceTrackerInterface::getTrackedEntities function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves the entities tracked by a given workspace.
WorkspaceTrackerInterface::getTrackedEntitiesForListing function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves a paged list of entities tracked by a given workspace.
WorkspaceTrackerInterface::getTrackedInitialRevisions function core/modules/workspaces/src/WorkspaceTrackerInterface.php Retrieves all content revisions that were created in a given workspace.
WorkspaceTrackerInterface::initializeWorkspace function core/modules/workspaces/src/WorkspaceTrackerInterface.php Initializes a workspace with all the associations of its parent.
WorkspaceTrackerInterface::moveTrackedEntities function core/modules/workspaces/src/WorkspaceTrackerInterface.php Moves tracked entities from one workspace to another.
WorkspaceTrackerInterface::trackEntity function core/modules/workspaces/src/WorkspaceTrackerInterface.php Updates or creates the association for a given entity and a workspace.
WorkspaceTrackerTest class core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests workspace tracker.
WorkspaceTrackerTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php
WorkspaceTrackerTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php The entity type manager.
WorkspaceTrackerTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Modules to install.
WorkspaceTrackerTest::assertWorkspaceAssociations function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Checks the workspace associations for a test scenario.
WorkspaceTrackerTest::getEntityTypeIds function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php The data provider for ::testWorkspaceAssociation().
WorkspaceTrackerTest::providerMoveTrackedEntitiesValidation function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Data provider for testMoveTrackedEntitiesValidation().
WorkspaceTrackerTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php
WorkspaceTrackerTest::testMoveAllTrackedEntities function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests moving all tracked entities of all types between workspaces.
WorkspaceTrackerTest::testMoveTrackedEntitiesOfSpecificType function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests moving all entities of a specific type while leaving others.
WorkspaceTrackerTest::testMoveTrackedEntitiesValidation function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests validation for moveTrackedEntities().
WorkspaceTrackerTest::testMoveTrackedEntitiesWithMultipleRevisions function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests moving an entity with multiple revisions between workspaces.
WorkspaceTrackerTest::testWorkspaceAssociation function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests the revisions tracked by a workspace.
WorkspaceTrackerTest::testWorkspaceAssociationForListing function core/modules/workspaces/tests/src/Kernel/WorkspaceTrackerTest.php Tests the count of revisions returned for tracked entities listing.
WorkspaceViewBuilder class core/modules/workspaces_ui/src/WorkspaceViewBuilder.php Provides a Workspace view builder.
WorkspaceViewBuilder.php file core/modules/workspaces_ui/src/WorkspaceViewBuilder.php
WorkspaceViewBuilder::$bundleInfo property core/modules/workspaces_ui/src/WorkspaceViewBuilder.php The entity bundle information service.
WorkspaceViewBuilder::$dateFormatter property core/modules/workspaces_ui/src/WorkspaceViewBuilder.php The date formatter service.
WorkspaceViewBuilder::$entityTypeManager property core/modules/workspaces_ui/src/WorkspaceViewBuilder.php The entity type manager.
WorkspaceViewBuilder::$limit property core/modules/workspaces_ui/src/WorkspaceViewBuilder.php The number of entities to display on the workspace manage page.
WorkspaceViewBuilder::$workspaceTracker property core/modules/workspaces_ui/src/WorkspaceViewBuilder.php The workspace tracker service.
WorkspaceViewBuilder::buildComponents function core/modules/workspaces_ui/src/WorkspaceViewBuilder.php Builds the component fields and properties of a set of entities.
WorkspaceViewBuilder::createInstance function core/modules/workspaces_ui/src/WorkspaceViewBuilder.php Instantiates a new instance of this entity handler.
WorkspaceViewsBulkFormTest class core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php Tests the views bulk form in a workspace.
WorkspaceViewsBulkFormTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php
WorkspaceViewsBulkFormTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php Modules to install.
WorkspaceViewsBulkFormTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php
WorkspaceViewsBulkFormTest::testBulkForm function core/modules/workspaces/tests/src/Functional/WorkspaceViewsBulkFormTest.php Tests the Workspaces view bulk form integration.
WorkspaceViewsIntegrationTest class core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php Tests the views integration for workspaces.
WorkspaceViewsIntegrationTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php
WorkspaceViewsIntegrationTest::$createdTimestamp property core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php Creation timestamp that should be incremented for each new entity.
WorkspaceViewsIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php The entity type manager.
WorkspaceViewsIntegrationTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php Modules to install.
WorkspaceViewsIntegrationTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php
WorkspaceViewsIntegrationTest::testCreateWorkspaceView function core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php Tests creating a view of workspace entities.
WorkspaceViewsIntegrationTest::testViewsQueryAlter function core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php Tests workspace query alter for views.
WorkspaceViewTest class core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Tests permission controls on workspaces.
WorkspaceViewTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php
WorkspaceViewTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php The theme to install as the default for testing.

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