You are here

public function ScheduleInterface::getEvent in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::getEvent()

Get the event.

Return value

\Drupal\business_rules\Events\BusinessRulesEvent The event that has created the schedule.

1 method overrides ScheduleInterface::getEvent()
Schedule::getEvent in src/Entity/Schedule.php
Get the event.

File

src/Entity/ScheduleInterface.php, line 205

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function getEvent();