Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / workspaces / src / Form / WorkspaceFormInterface.php
1 <?php
2
3 namespace Drupal\workspaces\Form;
4
5 use Drupal\Core\Form\FormInterface;
6
7 /**
8  * Defines interface for workspace forms so they can be easily distinguished.
9  *
10  * @internal
11  */
12 interface WorkspaceFormInterface extends FormInterface {}