function WorkspaceAssociationInterface::deleteAssociations
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceAssociationInterface.php \Drupal\workspaces\WorkspaceAssociationInterface::deleteAssociations()
- 8.9.x core/modules/workspaces/src/WorkspaceAssociationInterface.php \Drupal\workspaces\WorkspaceAssociationInterface::deleteAssociations()
- 11.x core/modules/workspaces/src/WorkspaceAssociationInterface.php \Drupal\workspaces\WorkspaceAssociationInterface::deleteAssociations()
Deletes all the workspace association records for the given workspace.
Parameters
string|null $workspace_id: (optional) A workspace entity ID. Defaults to NULL.
string|null $entity_type_id: (optional) The target entity type of the associations to delete. Defaults to NULL.
int[]|string[]|null $entity_ids: (optional) The target entity IDs of the associations to delete. Defaults to NULL.
int[]|string[]|null $revision_ids: (optional) The target entity revision IDs of the associations to delete. Defaults to NULL.
Throws
\InvalidArgumentException If neither $workspace_id nor $entity_type_id arguments were provided.
File
-
core/
modules/ workspaces/ src/ WorkspaceAssociationInterface.php, line 158
Class
- WorkspaceAssociationInterface
- Defines an interface for the workspace_association service.
Namespace
Drupal\workspacesCode
public function deleteAssociations($workspace_id = NULL, $entity_type_id = NULL, $entity_ids = NULL, $revision_ids = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.