WorkspaceTypeInterface.php in Multiversion 8
Namespace
Drupal\multiversion\EntityFile
src/Entity/WorkspaceTypeInterface.phpView 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
Name | Description |
---|---|
WorkspaceTypeInterface | Provides an interface for defining Workspace type entities. |