You are here

constant EntityEvents::INACTIVE in RedHen CRM 8

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

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

File

src/Event/EntityEvents.php, line 34

Class

EntityEvents
Contains all events thrown while handling RedHen entities.

Namespace

Drupal\redhen\Event

Code

const INACTIVE = 'redhen.inactive';