You are here

public function ScheduleInterface::setUpdateEntity in Business Rules 8

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

Set if it's to update the entity at the end of the task.

Parameters

bool $update: True or False.

1 method overrides ScheduleInterface::setUpdateEntity()
Schedule::setUpdateEntity in src/Entity/Schedule.php
Set if it's to update the entity at the end of the task.

File

src/Entity/ScheduleInterface.php, line 213

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function setUpdateEntity(bool $update);