You are here

public function EmailConfirmationInterface::getIp in Email confirmer 8

Returns the IP address associated with this confirmation process.

Commonly the IP address from where the confirmation was started.

Return value

string The IP address, FALSE if empty.

1 method overrides EmailConfirmationInterface::getIp()
EmailConfirmation::getIp in src/Entity/EmailConfirmation.php
Returns the IP address associated with this confirmation process.

File

src/EmailConfirmationInterface.php, line 223

Class

EmailConfirmationInterface
Email confirmation interface.

Namespace

Drupal\email_confirmer

Code

public function getIp();