Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WorkspaceActivateForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
| WorkspaceActivateForm::__construct | function | core/ |
Constructs a new WorkspaceActivateForm. |
| WorkspaceAssociation | class | core/ |
Provides a class for CRUD operations on workspace associations. |
| WorkspaceAssociation.php | file | core/ |
|
| WorkspaceAssociation::$associatedInitialRevisions | property | core/ |
A multidimensional array of entity IDs that were created in a workspace. |
| WorkspaceAssociation::$associatedRevisions | property | core/ |
A multidimensional array of entity IDs that are associated to a workspace. |
| WorkspaceAssociation::$database | property | core/ |
The database connection. |
| WorkspaceAssociation::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceAssociation::$workspaceRepository | property | core/ |
The workspace repository service. |
| WorkspaceAssociation::deleteAssociations | function | core/ |
Deletes all the workspace association records for the given workspace. |
| WorkspaceAssociation::getAssociatedInitialRevisions | function | core/ |
Retrieves all content revisions that were created in a given workspace. |
| WorkspaceAssociation::getAssociatedRevisions | function | core/ |
Retrieves all content revisions tracked by a given workspace. |
| WorkspaceAssociation::getEntityTrackingWorkspaceIds | function | core/ |
Gets a list of workspace IDs in which an entity is tracked. |
| WorkspaceAssociation::getSubscribedEvents | function | core/ |
|
| WorkspaceAssociation::getTrackedEntities | function | core/ |
Retrieves the entities tracked by a given workspace. |
| WorkspaceAssociation::getTrackedEntitiesForListing | function | core/ |
Retrieves a paged list of entities tracked by a given workspace. |
| WorkspaceAssociation::initializeWorkspace | function | core/ |
Initializes a workspace with all the associations of its parent. |
| WorkspaceAssociation::onPostPublish | function | core/ |
Triggers clean-up operations after a workspace is published. |
| WorkspaceAssociation::postPublish | function | core/ |
Triggers clean-up operations after publishing a workspace. |
| WorkspaceAssociation::TABLE | constant | core/ |
The table for the workspace association storage. |
| WorkspaceAssociation::trackEntity | function | core/ |
Updates or creates the association for a given entity and a workspace. |
| WorkspaceAssociation::workspaceInsert | function | core/ |
Responds to the creation of a new workspace entity. |
| WorkspaceAssociation::__construct | function | core/ |
Constructs a WorkspaceAssociation object. |
| WorkspaceAssociationDeprecationTest | class | core/ |
@coversDefaultClass \Drupal\workspaces\WorkspaceAssociation[[api-linebreak]] @group legacy |
| WorkspaceAssociationDeprecationTest.php | file | core/ |
|
| WorkspaceAssociationDeprecationTest::$modules | property | core/ |
Modules to install. |
| WorkspaceAssociationDeprecationTest::setUp | function | core/ |
|
| WorkspaceAssociationDeprecationTest::testPostPublishDeprecation | function | core/ |
@covers ::postPublish[[api-linebreak]] |
| WorkspaceAssociationInterface | interface | core/ |
Defines an interface for the workspace_association service. |
| WorkspaceAssociationInterface.php | file | core/ |
|
| WorkspaceAssociationInterface::deleteAssociations | function | core/ |
Deletes all the workspace association records for the given workspace. |
| WorkspaceAssociationInterface::getAssociatedInitialRevisions | function | core/ |
Retrieves all content revisions that were created in a given workspace. |
| WorkspaceAssociationInterface::getAssociatedRevisions | function | core/ |
Retrieves all content revisions tracked by a given workspace. |
| WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds | function | core/ |
Gets a list of workspace IDs in which an entity is tracked. |
| WorkspaceAssociationInterface::getTrackedEntities | function | core/ |
Retrieves the entities tracked by a given workspace. |
| WorkspaceAssociationInterface::getTrackedEntitiesForListing | function | core/ |
Retrieves a paged list of entities tracked by a given workspace. |
| WorkspaceAssociationInterface::initializeWorkspace | function | core/ |
Initializes a workspace with all the associations of its parent. |
| WorkspaceAssociationInterface::postPublish | function | core/ |
Triggers clean-up operations after publishing a workspace. |
| WorkspaceAssociationInterface::trackEntity | function | core/ |
Updates or creates the association for a given entity and a workspace. |
| WorkspaceAssociationInterface::workspaceInsert | function | core/ |
Responds to the creation of a new workspace entity. |
| WorkspaceAssociationTest | class | core/ |
Tests workspace associations. |
| WorkspaceAssociationTest.php | file | core/ |
|
| WorkspaceAssociationTest::$entityTypeManager | property | core/ |
The entity type manager. |
| WorkspaceAssociationTest::$modules | property | core/ |
Modules to install. |
| WorkspaceAssociationTest::assertWorkspaceAssociations | function | core/ |
Checks the workspace associations for a test scenario. |
| WorkspaceAssociationTest::setUp | function | core/ |
|
| WorkspaceAssociationTest::testWorkspaceAssociation | function | core/ |
Tests the revisions tracked by a workspace. |
| WorkspaceBypassTest | class | core/ |
Tests access bypass permission controls on workspaces. |
| WorkspaceBypassTest.php | file | core/ |
|
| WorkspaceBypassTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 1490
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.