WorkspaceFormInterface.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\workspaces\FormFile
core/modules/workspaces/src/Form/WorkspaceFormInterface.phpView 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
Name | Description |
---|---|
WorkspaceFormInterface | Defines interface for workspace forms so they can be easily distinguished. |