You are here

public function ScheduleInterface::setEvent in Business Rules 8

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

Set the event.

Parameters

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

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

File

src/Entity/ScheduleInterface.php, line 197

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function setEvent(BusinessRulesEvent $event);