You are here

public function SimplesamlphpCustomAttributesDeleteForm::getCancelUrl in SimpleSAMLphp Custom Attribute Mapping 8

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/SimplesamlphpCustomAttributesDeleteForm.php, line 113

Class

SimplesamlphpCustomAttributesDeleteForm

Namespace

Drupal\simplesamlphp_custom_attributes\Form

Code

public function getCancelUrl() {
  return new Url('simplesamlphp_custom_attributes.list');
}