You are here

public function EmailConfirmationInterface::setRealm in Email confirmer 8

Sets the realm to which this confirmation belongs.

Parameters

string $realm: The realm, tipically a module name.

Return value

\Drupal\email_confirmer\EmailConfirmationInterface The called email confirmation entity.

1 method overrides EmailConfirmationInterface::setRealm()
EmailConfirmation::setRealm in src/Entity/EmailConfirmation.php
Sets the realm to which this confirmation belongs.

File

src/EmailConfirmationInterface.php, line 213

Class

EmailConfirmationInterface
Email confirmation interface.

Namespace

Drupal\email_confirmer

Code

public function setRealm($realm);