You are here

public function AuditFilesUsedNotReferenced::getCancelUrl in Audit Files 8

Same name and namespace in other branches
  1. 8.3 src/Form/AuditFilesUsedNotReferenced.php \Drupal\auditfiles\Form\AuditFilesUsedNotReferenced::getCancelUrl()
  2. 8.2 src/Form/AuditFilesUsedNotReferenced.php \Drupal\auditfiles\Form\AuditFilesUsedNotReferenced::getCancelUrl()
  3. 4.x src/Form/AuditFilesUsedNotReferenced.php \Drupal\auditfiles\Form\AuditFilesUsedNotReferenced::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/AuditFilesUsedNotReferenced.php, line 55

Class

AuditFilesUsedNotReferenced

Namespace

Drupal\auditfiles\Form

Code

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