multiversion-8.x-1.0-beta34/src/Entity/WorkspaceTypeInterface.php
src/Entity/WorkspaceTypeInterface.php
<?php namespace Drupal\multiversion\Entity; use Drupal\Core\Config\Entity\ConfigEntityInterface; /** * Provides an interface for defining Workspace type entities. */ interface WorkspaceTypeInterface extends ConfigEntityInterface { }