public function AccountRegistrationInterface::createAccount in SMS Framework 8
Same name and namespace in other branches
- 2.x modules/sms_user/src/AccountRegistrationInterface.php \Drupal\sms_user\AccountRegistrationInterface::createAccount()
- 2.1.x modules/sms_user/src/AccountRegistrationInterface.php \Drupal\sms_user\AccountRegistrationInterface::createAccount()
Process an incoming SMS to see if a new account should be created.
Parameters
\Drupal\sms\Message\SmsMessageInterface $sms_message: An incoming SMS message.
1 method overrides AccountRegistrationInterface::createAccount()
- AccountRegistration::createAccount in modules/
sms_user/ src/ AccountRegistration.php - Process an incoming SMS to see if a new account should be created.
File
- modules/
sms_user/ src/ AccountRegistrationInterface.php, line 18
Class
- AccountRegistrationInterface
- Defines interface for the account registration service.
Namespace
Drupal\sms_userCode
public function createAccount(SmsMessageInterface $sms_message);