function FieldFormCommand::__construct
Constructs a FieldFormCommand object.
Parameters
string $data: The data to pass on to the client side.
Overrides BaseCommand::__construct
File
-
core/
modules/ quickedit/ src/ Ajax/ FieldFormCommand.php, line 18
Class
- FieldFormCommand
- Passes a rendered field form to Quick Edit's JavaScript app.
Namespace
Drupal\quickedit\AjaxCode
public function __construct($data) {
parent::__construct('quickeditFieldForm', $data);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.