Creates a Drupal AJAX 'viewsDismissForm' command.
An array suitable for use with the ajax_render() function.
function views_ajax_command_dismiss_form() { $command = array( 'command' => 'viewsDismissForm', ); return $command; }