public function SendTestMessageForm::__construct in Slack 8
File
- src/
Form/ SendTestMessageForm.php, line 28
Class
- SendTestMessageForm
- Class SendTestMessageForm.
Namespace
Drupal\slack\FormCode
public function __construct(SlackInterface $slack) {
$this->slackService = $slack;
}