You are here

public function EmailConfirmationInterface::getResponseUrl in Email confirmer 8

Get the response URL for a given operation.

Parameters

string $operation: One of 'confirm', 'cancel' or 'error'.

Return value

\Drupal\Core\Url The URL. NULL if not set.

1 method overrides EmailConfirmationInterface::getResponseUrl()
EmailConfirmation::getResponseUrl in src/Entity/EmailConfirmation.php
Get the response URL for a given operation.

File

src/EmailConfirmationInterface.php, line 333

Class

EmailConfirmationInterface
Email confirmation interface.

Namespace

Drupal\email_confirmer

Code

public function getResponseUrl($operation);