You are here

public function ConflictTrackerInterface::getAll in Multiversion 8

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/Workspace/ConflictTracker.php
@inheritDoc

File

src/Workspace/ConflictTrackerInterface.php, line 76

Class

ConflictTrackerInterface
The interface for services that track conflicts in a workspace.

Namespace

Drupal\multiversion\Workspace

Code

public function getAll();