You are here

public function DeleteRemoteEntityEvent::__construct in Acquia Content Hub 8.2

DeleteRemoteEntityEvent constructor.

Parameters

string $uuid: The uuid of the deleted remote entity.

File

src/Event/DeleteRemoteEntityEvent.php, line 25

Class

DeleteRemoteEntityEvent
The event dispatched to inform of remote entity deletion.

Namespace

Drupal\acquia_contenthub\Event

Code

public function __construct(string $uuid) {
  $this->uuid = $uuid;
}