You are here

public static function RevisionTreeIndexInterface::sortRevisions in Multiversion 8

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

Parameters

array $a:

array $b:

Return value

integer

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

File

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

Class

RevisionTreeIndexInterface

Namespace

Drupal\multiversion\Entity\Index

Code

public static function sortRevisions(array $a, array $b);