class FieldFormValidationErrorsCommand
Same name in other branches
- 8.9.x core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php \Drupal\quickedit\Ajax\FieldFormValidationErrorsCommand
Passes validation errors when saving a form field failed.
Hierarchy
- class \Drupal\Core\Ajax\BaseCommand implements \Drupal\Core\Ajax\CommandInterface
- class \Drupal\quickedit\Ajax\FieldFormValidationErrorsCommand extends \Drupal\Core\Ajax\BaseCommand
Expanded class hierarchy of FieldFormValidationErrorsCommand
1 file declares its use of FieldFormValidationErrorsCommand
- QuickEditController.php in core/
modules/ quickedit/ src/ QuickEditController.php
File
-
core/
modules/ quickedit/ src/ Ajax/ FieldFormValidationErrorsCommand.php, line 10
Namespace
Drupal\quickedit\AjaxView source
class FieldFormValidationErrorsCommand extends BaseCommand {
/**
* Constructs a FieldFormValidationErrorsCommand object.
*
* @param string $data
* The data to pass on to the client side.
*/
public function __construct($data) {
parent::__construct('quickeditFieldFormValidationErrors', $data);
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
BaseCommand::$command | protected | property | The name of the command. | ||
BaseCommand::$data | protected | property | The data to pass on to the client side. | ||
BaseCommand::render | public | function | Return an array to be run through json_encode and sent to the client. | Overrides CommandInterface::render | 1 |
FieldFormValidationErrorsCommand::__construct | public | function | Constructs a FieldFormValidationErrorsCommand object. | Overrides BaseCommand::__construct |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.