You are here

interface WorkspaceFormInterface in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Form/WorkspaceFormInterface.php \Drupal\workspaces\Form\WorkspaceFormInterface
  2. 10 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. 179
FormInterface::getFormId public function Returns a unique string identifying the form. 236
FormInterface::submitForm public function Form submission handler. 192
FormInterface::validateForm public function Form validation handler. 30