namespace Drupal\edit\Ajax

Classsort descending Location Description
BaseCommand drupal/core/modules/edit/lib/Drupal/edit/Ajax/BaseCommand.php Base AJAX command that only exists simplify Edit's actual AJAX commands.
FieldFormCommand drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormCommand.php AJAX command for passing a rendered field form to Edit's JavaScript app.
FieldFormSavedCommand drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormSavedCommand.php AJAX command to indicate a field form was saved without validation errors and pass the rerendered field to Edit's JavaScript app.
FieldFormValidationErrorsCommand drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormValidationErrorsCommand.php AJAX command to indicate a field form was attempted to be saved but failed validation and pass the validation errors.