class FieldFormValidationErrorsCommand

AJAX command to indicate a field form was attempted to be saved but failed validation and pass the validation errors.

Hierarchy

Expanded class hierarchy of FieldFormValidationErrorsCommand

1 file declares its use of FieldFormValidationErrorsCommand

File

drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormValidationErrorsCommand.php, line 16
Contains \Drupal\edit\Ajax\FieldFormValidationErrorsCommand.

Namespace

Drupal\edit\Ajax
View source

Members

Namesort descending Modifiers Type Description 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 Implements Drupal\Core\Ajax\CommandInterface:render(). Overrides CommandInterface::render
FieldFormValidationErrorsCommand::__construct public function Constructs a FieldFormValidationErrorsCommand object. Overrides BaseCommand::__construct