AJAX command to indicate the entity was loaded from PrivateTempStore and saved into the database.
Hierarchy
- class \Drupal\Core\Ajax\BaseCommand implements CommandInterface
- class \Drupal\quickedit\Ajax\EntitySavedCommand
File
- core/modules/quickedit/src/Ajax/EntitySavedCommand.php, line 11
Namespace
Drupal\quickedit\Ajax
Members
Name | Modifiers | Type | Description |
---|---|---|---|
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 |
EntitySavedCommand::__construct | public | function | Constructs a EntitySaveCommand object. Overrides BaseCommand::__construct |
Please login to continue.