WorkspaceAssociation::$associatedRevisions
Same name in other branches
- 11.x core/modules/workspaces/src/WorkspaceAssociation.php \Drupal\workspaces\WorkspaceAssociation::associatedRevisions
A multidimensional array of entity IDs that are associated to a workspace.
The first level keys are workspace IDs, the second level keys are entity type IDs, and the third level array are entity IDs, keyed by revision IDs.
Type: array
File
-
core/
modules/ workspaces/ src/ WorkspaceAssociation.php, line 55
Class
- WorkspaceAssociation
- Provides a class for CRUD operations on workspace associations.
Namespace
Drupal\workspacesCode
protected array $associatedRevisions = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.