public function RestripeCommand::render in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Ajax/RestripeCommand.php \Drupal\Core\Ajax\RestripeCommand::render()
Implements Drupal\Core\Ajax\CommandInterface:render().
Overrides CommandInterface::render
File
- core/
lib/ Drupal/ Core/ Ajax/ RestripeCommand.php, line 46 - Contains \Drupal\Core\Ajax\RestripeCommand.
Class
- RestripeCommand
- AJAX command for resetting the striping on a table.
Namespace
Drupal\Core\AjaxCode
public function render() {
return array(
'command' => 'restripe',
'selector' => $this->selector,
);
}