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