You are here

public function ProjectRevisionRevertForm::getDescription in Drupal PM (Project Management) 4.x

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides ConfirmFormBase::getDescription

File

modules/pm_project/src/Form/ProjectRevisionRevertForm.php, line 82

Class

ProjectRevisionRevertForm
Provides a form for reverting a Project revision.

Namespace

Drupal\pm_project\Form

Code

public function getDescription() {
  return '';
}