You are here

interface WorkspaceFormInterface in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/Form/WorkspaceFormInterface.php \Drupal\workspaces\Form\WorkspaceFormInterface

Defines interface for workspace forms so they can be easily distinguished.

@internal

Hierarchy

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\Form
View source
interface WorkspaceFormInterface extends FormInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
FormInterface::buildForm public function Form constructor. 192
FormInterface::getFormId public function Returns a unique string identifying the form. 264
FormInterface::submitForm public function Form submission handler. 214
FormInterface::validateForm public function Form validation handler. 32