You are here

constant EntityEvents::ACTIVE in RedHen CRM 8

The name of the event triggered when a RedHen entity is made active.

This event allows modules to react whenever a RedHen entity (contact, org, connection) that is inactive is made active.

File

src/Event/EntityEvents.php, line 21

Class

EntityEvents
Contains all events thrown while handling RedHen entities.

Namespace

Drupal\redhen\Event

Code

const ACTIVE = 'redhen.active';