You are here

WorkspaceFormInterface.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/workspaces/src/Form/WorkspaceFormInterface.php

File

core/modules/workspaces/src/Form/WorkspaceFormInterface.php
View source
<?php

namespace Drupal\workspaces\Form;

use Drupal\Core\Form\FormInterface;

/**
 * Defines interface for workspace forms so they can be easily distinguished.
 *
 * @internal
 */
interface WorkspaceFormInterface extends FormInterface {

}

Interfaces

Namesort descending Description
WorkspaceFormInterface Defines interface for workspace forms so they can be easily distinguished.