You are here

public function AuditFilesManagedNotUsed::getCancelUrl in Audit Files 8.3

Same name and namespace in other branches
  1. 8 src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::getCancelUrl()
  2. 8.2 src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::getCancelUrl()
  3. 4.x src/Form/AuditFilesManagedNotUsed.php \Drupal\auditfiles\Form\AuditFilesManagedNotUsed::getCancelUrl()

Returns the route to go to if the user cancels the action.

Return value

\Drupal\Core\Url A URL object.

Overrides ConfirmFormInterface::getCancelUrl

File

src/Form/AuditFilesManagedNotUsed.php, line 118

Class

AuditFilesManagedNotUsed
Form for Managed not used functionality.

Namespace

Drupal\auditfiles\Form

Code

public function getCancelUrl() {
  return new Url('auditfiles.audit_files_managednotused');
}