public function JobItemAbortForm::getDescription

File

src/Form/JobItemAbortForm.php, line 24

Class

JobItemAbortForm
Provides a form for deleting a node.

Namespace

Drupal\tmgmt\Form

Code

public function getDescription() {
  return $this
    ->t('Aborted job items can no longer be accepted. The provider will not be notified.');
}