public function ScheduleInterface::setUpdateEntity in Business Rules 2.x
Same name and namespace in other branches
- 8 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\EntityCode
public function setUpdateEntity(bool $update);