You are here

MultiversionExceptionInterface.php in Multiversion 8.2

Same filename and directory in other branches
  1. 8 src/Entity/Exception/MultiversionExceptionInterface.php

File

src/Entity/Exception/MultiversionExceptionInterface.php
View source
<?php

namespace Drupal\multiversion\Entity\Exception;

interface MultiversionExceptionInterface {
  public function getEntity();

}

Interfaces