You are here

public function SmsDevelMessageForm::__construct in SMS Framework 8

Creates an new SendForm object.

Parameters

\Drupal\sms\Provider\SmsProviderInterface $sms_provider: The SMS service provider.

File

modules/sms_devel/src/Form/SmsDevelMessageForm.php, line 43

Class

SmsDevelMessageForm
Simulate a message being sent or received.

Namespace

Drupal\sms_devel\Form

Code

public function __construct(SmsProviderInterface $sms_provider) {
  $this->smsProvider = $sms_provider;
}