You are here

public function MobileNumberInterface::sendVerification in Mobile Number 7

Send verification code to mobile number.

Parameters

string $message: Drupal translatable string.

string $code: Code to send.

array $token_data: Token variables to be used with token_replace().

Return value

bool Success flag.

1 method overrides MobileNumberInterface::sendVerification()
MobileNumber::sendVerification in src/MobileNumber.php
Send verification code to mobile number.

File

src/MobileNumberInterface.php, line 119
MobileNumberInterface.

Class

MobileNumberInterface
Provides an interface for defining mobile numbers.

Code

public function sendVerification($message, $code, $token_data = array());