You are here

protected property FieldFormSavedCommand::$other_view_modes in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php \Drupal\quickedit\Ajax\FieldFormSavedCommand::other_view_modes

The same re-rendered edited field, but in different view modes.

Type: array

File

core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php, line 19

Class

FieldFormSavedCommand
AJAX command to indicate a field was saved into PrivateTempStore without validation errors and pass the rerendered field to Quick Edit's JavaScript app.

Namespace

Drupal\quickedit\Ajax

Code

protected $other_view_modes;