EntitySavedCommand::__construct

public EntitySavedCommand::__construct($data)

Constructs a EntitySaveCommand object.

Parameters

string $data: The data to pass on to the client side.

Overrides BaseCommand::__construct

File

core/modules/quickedit/src/Ajax/EntitySavedCommand.php, line 19

Class

EntitySavedCommand
AJAX command to indicate the entity was loaded from PrivateTempStore and saved into the database.

Namespace

Drupal\quickedit\Ajax

Code

1
2
3
public function __construct($data) {
  parent::__construct('quickeditEntitySaved', $data);
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.