You are here

protected property EditorDialogSave::$values in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/editor/src/Ajax/EditorDialogSave.php \Drupal\editor\Ajax\EditorDialogSave::values

An array of values that will be passed back to the editor by the dialog.

Type: string

File

core/modules/editor/src/Ajax/EditorDialogSave.php, line 25
Contains \Drupal\editor\Ajax\EditorDialogSave.

Class

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

Namespace

Drupal\editor\Ajax

Code

protected $values;