You are here

public function UpdateFeedCommand::__construct in Heartbeat 8

File

src/Ajax/UpdateFeedCommand.php, line 17

Class

UpdateFeedCommand

Namespace

Drupal\heartbeat\Ajax

Code

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