function OpenOffCanvasDialogCommand::render
Same name in other branches
- 9 core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php \Drupal\Core\Ajax\OpenOffCanvasDialogCommand::render()
- 10 core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php \Drupal\Core\Ajax\OpenOffCanvasDialogCommand::render()
- 11.x core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php \Drupal\Core\Ajax\OpenOffCanvasDialogCommand::render()
Overrides OpenDialogCommand::render
File
-
core/
lib/ Drupal/ Core/ Ajax/ OpenOffCanvasDialogCommand.php, line 65
Class
- OpenOffCanvasDialogCommand
- Defines an AJAX command to open content in a dialog in a off-canvas dialog.
Namespace
Drupal\Core\AjaxCode
public function render() {
$build = parent::render();
$build['effect'] = 'fade';
$build['speed'] = 1000;
return $build;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.