function WorkspaceAssociationInterface::trackEntity
Same name in other branches
- 8.9.x core/modules/workspaces/src/WorkspaceAssociationInterface.php \Drupal\workspaces\WorkspaceAssociationInterface::trackEntity()
- 10 core/modules/workspaces/src/WorkspaceAssociationInterface.php \Drupal\workspaces\WorkspaceAssociationInterface::trackEntity()
- 11.x core/modules/workspaces/src/WorkspaceAssociationInterface.php \Drupal\workspaces\WorkspaceAssociationInterface::trackEntity()
Updates or creates the association for a given entity and a workspace.
Parameters
\Drupal\Core\Entity\RevisionableInterface $entity: The entity to update or create from.
\Drupal\workspaces\WorkspaceInterface $workspace: The workspace in which the entity will be tracked.
1 method overrides WorkspaceAssociationInterface::trackEntity()
- WorkspaceAssociation::trackEntity in core/
modules/ workspaces/ src/ WorkspaceAssociation.php - Updates or creates the association for a given entity and a workspace.
File
-
core/
modules/ workspaces/ src/ WorkspaceAssociationInterface.php, line 29
Class
- WorkspaceAssociationInterface
- Defines an interface for the workspace_association service.
Namespace
Drupal\workspacesCode
public function trackEntity(RevisionableInterface $entity, WorkspaceInterface $workspace);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.