You are here

WorkspaceTypeInterface.php in Multiversion 8

File

src/Entity/WorkspaceTypeInterface.php
View source
<?php

namespace Drupal\multiversion\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Workspace type entities.
 */
interface WorkspaceTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
WorkspaceTypeInterface Provides an interface for defining Workspace type entities.