AddCssCommand::render

public AddCssCommand::render()

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

Overrides CommandInterface::render

File

core/lib/Drupal/Core/Ajax/AddCssCommand.php, line 40

Class

AddCssCommand
An AJAX command for adding css to the page via ajax.

Namespace

Drupal\Core\Ajax

Code

public function render() {

  return array(
    'command' => 'add_css',
    'data' => $this->styles,
  );
}
doc_Drupal
2016-10-29 08:43:31
Comments
Leave a Comment

Please login to continue.