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
Namespace
Drupal\simplesamlphp_custom_attributes\FormCode
public function getCancelUrl() {
return new Url('simplesamlphp_custom_attributes.list');
}