You are here

public function RevisionTreeIndexInterface::getConflicts in Multiversion 8

Same name and namespace in other branches
  1. 8.2 src/Entity/Index/RevisionTreeIndexInterface.php \Drupal\multiversion\Entity\Index\RevisionTreeIndexInterface::getConflicts()

Parameters

string $uuid:

Return value

string[]

1 method overrides RevisionTreeIndexInterface::getConflicts()
RevisionTreeIndex::getConflicts in src/Entity/Index/RevisionTreeIndex.php

File

src/Entity/Index/RevisionTreeIndexInterface.php, line 56

Class

RevisionTreeIndexInterface

Namespace

Drupal\multiversion\Entity\Index

Code

public function getConflicts($uuid);