You are here

RevisionIndexInterface.php in Multiversion 8

Same filename and directory in other branches
  1. 8.2 src/Entity/Index/RevisionIndexInterface.php

File

src/Entity/Index/RevisionIndexInterface.php
View source
<?php

namespace Drupal\multiversion\Entity\Index;

interface RevisionIndexInterface extends EntityIndexInterface {

}

Interfaces