You are here

IndexInterface.php in Multiversion 8

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

File

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

namespace Drupal\multiversion\Entity\Index;

interface IndexInterface {

  /**
   * @param $id
   * @return \Drupal\multiversion\Entity\Index\IndexInterface
   */
  public function useWorkspace($id);

}

Interfaces

Namesort descending Description
IndexInterface