function WorkspacePublishForm::getFormId

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Form/WorkspacePublishForm.php \Drupal\workspaces\Form\WorkspacePublishForm::getFormId()
  2. 10 core/modules/workspaces/src/Form/WorkspacePublishForm.php \Drupal\workspaces\Form\WorkspacePublishForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/workspaces/src/Form/WorkspacePublishForm.php, line 68

Class

WorkspacePublishForm
Provides the workspace publishing form.

Namespace

Drupal\workspaces\Form

Code

public function getFormId() {
    return 'workspace_publish_form';
}

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