WorkspaceFormInterface.php
Same filename and directory in other branches
Namespace
Drupal\workspaces\FormFile
-
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
| Title | Deprecated | Summary |
|---|---|---|
| WorkspaceFormInterface | Defines interface for workspace forms so they can be easily distinguished. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.