File
- translators/tmgmt_local/src/Form/LocalTaskUnassignForm.php, line 26
Class
- LocalTaskUnassignForm
- Unassign task confirmation form.
Namespace
Drupal\tmgmt_local\Form
Code
public function getCancelUrl() {
$view = Views::getView('tmgmt_local_task_overview');
$view
->initDisplay();
return $view
->getUrl();
}