namespace Drupal\quickedit\Ajax

Same name in other branches
  1. 9 Drupal\quickedit\Ajax
Object name File name Summary
EntitySavedCommand core/modules/quickedit/src/Ajax/EntitySavedCommand.php AJAX command to indicate the entity was loaded from PrivateTempStore and
saved into the database.
FieldFormCommand core/modules/quickedit/src/Ajax/FieldFormCommand.php AJAX command for passing a rendered field form to Quick Edit's JavaScript
app.
FieldFormSavedCommand core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php AJAX command to indicate a field was saved into PrivateTempStore without
validation errors and pass the rerendered field to Quick Edit's JavaScript
app.
FieldFormValidationErrorsCommand core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php AJAX command to indicate a field form was attempted to be saved but failed
validation and pass the validation errors.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.