You are here

public function UltimenuHtmlCommand::render in Ultimenu 8.2

Implements Drupal\Core\Ajax\CommandInterface:render().

Overrides HtmlCommand::render

File

src/Ajax/UltimenuHtmlCommand.php, line 32

Class

UltimenuHtmlCommand
Overrides core HtmlCommand.

Namespace

Drupal\ultimenu\Ajax

Code

public function render() {
  return [
    'ultimenu' => $this->caller,
  ] + parent::render();
}