You are here

public function TwilioAdminTestForm::__construct in Twilio 8

File

src/Form/TwilioAdminTestForm.php, line 27

Class

TwilioAdminTestForm
Form to send test SMS messages.

Namespace

Drupal\twilio\Form

Code

public function __construct(Command $command) {
  $this->command = $command;
}