Same name in other branches
- 8.x-1.x src/Event/EntityCloneEvents.php \Drupal\entity_clone\Event\EntityCloneEvents::PRE_CLONE
The PRE_CLONE event occurs before the entity was cloned.
Fichier
-
src/
Event/ EntityCloneEvents.php, line 15
Classe
- EntityCloneEvents
- Contains all events thrown by entity clone.
Namespace
Drupal\entity_clone\EventCode
const PRE_CLONE = 'entity_clone.pre_clone';