public function GeysirReattachBehaviors::render in Geysir 8
Return an array to be run through json_encode and sent to the client.
Overrides CommandInterface::render
File
- src/
Ajax/ GeysirReattachBehaviors.php, line 17
Class
- GeysirReattachBehaviors
- Defines an AJAX command that closes the current active dialog.
Namespace
Drupal\geysir\AjaxCode
public function render() {
return [
'command' => 'geysirReattachBehaviors',
];
}