function WorkspaceActivateForm::getDescription
File
-
core/
modules/ workspaces/ src/ Form/ WorkspaceActivateForm.php, line 74
Class
- WorkspaceActivateForm
- Handle activation of a workspace on administrative pages.
Namespace
Drupal\workspaces\FormCode
public function getDescription() {
return $this->t('Activate the %workspace workspace.', [
'%workspace' => $this->entity
->label(),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.