You are here

public property EventBase::$entity in Scheduler 2.x

The entity which is being processed.

Type: \Drupal\Core\Entity\EntityInterface

File

src/Event/EventBase.php, line 26

Class

EventBase
Base class on which all Scheduler events are extended.

Namespace

Drupal\scheduler\Event

Code

public $entity;