public function SelectFeedCommandss::render in Heartbeat 8
Return an array to be run through json_encode and sent to the client.
Overrides CommandInterface::render
File
- src/
Ajax/ oldcommand.php, line 14
Class
Namespace
Drupal\heartbeatCode
public function render() {
return array(
'command' => 'selectFeed',
'feed' => $this->message,
);
}