WorkspaceAssociation::$associatedRevisions

Same name and namespace in other branches
  1. 10 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 34

Class

WorkspaceAssociation
Provides a class for CRUD operations on workspace associations.

Namespace

Drupal\workspaces

Code

protected array $associatedRevisions = [];

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