You are here

public function RevisionTreeIndexInterface::getOpenRevisions in Multiversion 8

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

Parameters

string $uuid:

Return value

string[]

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

File

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

Class

RevisionTreeIndexInterface

Namespace

Drupal\multiversion\Entity\Index

Code

public function getOpenRevisions($uuid);