You are here

public function DeleteRemoteEntityEvent::getUuid in Acquia Content Hub 8.2

Get the uuid of the deleted remote entity.

Return value

string The uuid of the deleted remote entity.

File

src/Event/DeleteRemoteEntityEvent.php, line 35

Class

DeleteRemoteEntityEvent
The event dispatched to inform of remote entity deletion.

Namespace

Drupal\acquia_contenthub\Event

Code

public function getUuid() {
  return $this->uuid;
}