You are here

public static function ReplicatorEvents::replicateEntityEvent in Replicate 8

Parameters

$entity_type_id:

Return value

string

1 call to ReplicatorEvents::replicateEntityEvent()
Replicator::cloneEntity in src/Replicator.php
Clone a entity without saving.

File

src/Events/ReplicatorEvents.php, line 22

Class

ReplicatorEvents

Namespace

Drupal\replicate\Events

Code

public static function replicateEntityEvent($entity_type_id) {
  return 'replicate__entity__' . $entity_type_id;
}