You are here

interface MultiversionExceptionInterface in Multiversion 8

Same name and namespace in other branches
  1. 8.2 src/Entity/Exception/MultiversionExceptionInterface.php \Drupal\multiversion\Entity\Exception\MultiversionExceptionInterface

Hierarchy

Expanded class hierarchy of MultiversionExceptionInterface

All classes that implement MultiversionExceptionInterface

File

src/Entity/Exception/MultiversionExceptionInterface.php, line 5

Namespace

Drupal\multiversion\Entity\Exception
View source
interface MultiversionExceptionInterface {
  public function getEntity();

}

Members