public function EditorDialogSave::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/editor/src/Ajax/EditorDialogSave.php \Drupal\editor\Ajax\EditorDialogSave::__construct()
Constructs a EditorDialogSave object.
Parameters
string $values: The values that should be passed to the form constructor in Drupal.
File
- core/
modules/ editor/ src/ Ajax/ EditorDialogSave.php, line 33 - Contains \Drupal\editor\Ajax\EditorDialogSave.
Class
- EditorDialogSave
- Provides an AJAX command for saving the contents of an editor dialog.
Namespace
Drupal\editor\AjaxCode
public function __construct($values) {
$this->values = $values;
}