You are here

constant EntityEvents::ENTITY_DUPLICATE in Entity API 8

Name of the event fired after saving a duplicated entity.

See also

\Drupal\entity\Event\EntityDuplicateEvent

File

src/Event/EntityEvents.php, line 17

Class

EntityEvents
Defines events for the Entity module.

Namespace

Drupal\entity\Event

Code

const ENTITY_DUPLICATE = 'entity.duplicate';