EditorDialogSave::__construct

public EditorDialogSave::__construct($values)

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 28

Class

EditorDialogSave
Provides an AJAX command for saving the contents of an editor dialog.

Namespace

Drupal\editor\Ajax

Code

public function __construct($values) {
  $this->values = $values;
}
doc_Drupal
2016-10-29 09:03:47
Comments
Leave a Comment

Please login to continue.