You are here

public function EmailConfirmerManagerInterface::getConfirmation in Email confirmer 8

Search for the recent confirmation for a given email address.

Parameters

string $email: The email address.

string $status: Filter by confirmation status.

string $realm: A realm to filter by.

Return value

\Drupal\email_confirmer\EmailConfirmationInterface The email confirmation entity. NULL if not found.

1 method overrides EmailConfirmerManagerInterface::getConfirmation()
EmailConfirmerManager::getConfirmation in src/EmailConfirmerManager.php
Search for the recent confirmation for a given email address.

File

src/EmailConfirmerManagerInterface.php, line 60

Class

EmailConfirmerManagerInterface
Email confirmation service interface.

Namespace

Drupal\email_confirmer

Code

public function getConfirmation($email, $status = FALSE, $realm = '');