interface WorkspaceFormInterface

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Form/WorkspaceFormInterface.php \Drupal\workspaces\Form\WorkspaceFormInterface
  2. 8.9.x core/modules/workspaces/src/Form/WorkspaceFormInterface.php \Drupal\workspaces\Form\WorkspaceFormInterface
  3. 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

File

core/modules/workspaces/src/Form/WorkspaceFormInterface.php, line 12

Namespace

Drupal\workspaces\Form
View source
interface WorkspaceFormInterface extends FormInterface {

}

Members

Title Sort descending Modifiers Object type Summary Overrides
FormInterface::buildForm public function Form constructor. 210
FormInterface::getFormId public function Returns a unique string identifying the form. 291
FormInterface::submitForm public function Form submission handler. 236
FormInterface::validateForm public function Form validation handler. 35

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.