public function DismissFormCommand::render

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

Overrides CommandInterface::render

File

drupal/core/modules/views/lib/Drupal/views/Ajax/DismissFormCommand.php, line 22
Contains \Drupal\views\Ajax\DismissFormCommand.

Class

DismissFormCommand
Provides an AJAX command for closing the views form modal.

Namespace

Drupal\views\Ajax

Code

public function render() {
  return array(
    'command' => 'viewsDismissForm',
  );
}