interface WorkspaceFormInterface
Same name in other branches
- 8.9.x core/modules/workspaces/src/Form/WorkspaceFormInterface.php \Drupal\workspaces\Form\WorkspaceFormInterface
- 10 core/modules/workspaces/src/Form/WorkspaceFormInterface.php \Drupal\workspaces\Form\WorkspaceFormInterface
- 11.x core/modules/workspaces/src/Form/WorkspaceFormInterface.php \Drupal\workspaces\Form\WorkspaceFormInterface
Defines interface for workspace forms so they can be easily distinguished.
@internal
Hierarchy
- interface \Drupal\Core\Form\FormInterface
- interface \Drupal\workspaces\Form\WorkspaceFormInterface extends \Drupal\Core\Form\FormInterface
Expanded class hierarchy of WorkspaceFormInterface
All classes that implement WorkspaceFormInterface
1 file declares its use of WorkspaceFormInterface
- FormOperations.php in core/
modules/ workspaces/ src/ FormOperations.php
File
-
core/
modules/ workspaces/ src/ Form/ WorkspaceFormInterface.php, line 12
Namespace
Drupal\workspaces\FormView source
interface WorkspaceFormInterface extends FormInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.