public function LocalTaskForm::delete

File

translators/tmgmt_local/src/Form/LocalTaskForm.php, line 176

Class

LocalTaskForm
Form controller for the localTask edit forms.

Namespace

Drupal\tmgmt_local\Form

Code

public function delete(array $form, FormStateInterface $form_state) {
  $form_state
    ->setRedirectUrl($this->entity
    ->toUrl('delete-form'));
}