public function ConflictTrackerInterface::getAll in Multiversion 8.2
Gets all conflicts for entities in the workspace set by useWorkspace.
Return value
array All of the conflicts for all entities in the workspace. keys - entity uuids values - array of conflicts for an entity as return by this::get($uuid).
1 method overrides ConflictTrackerInterface::getAll()
- ConflictTracker::getAll in src/
Conflict/ ConflictTracker.php - @inheritDoc
File
- src/
Conflict/ ConflictTrackerInterface.php, line 79
Class
- ConflictTrackerInterface
- The interface for services that track conflicts in a workspace.
Namespace
Drupal\multiversion\ConflictCode
public function getAll();