public function Schedule::getUpdateEntity in Business Rules 8
Same name and namespace in other branches
- 2.x src/Entity/Schedule.php \Drupal\business_rules\Entity\Schedule::getUpdateEntity()
Get is it's to update the entity at the end of the task.
Return value
bool True or false.
Overrides ScheduleInterface::getUpdateEntity
File
- src/
Entity/ Schedule.php, line 253
Class
- Schedule
- Defines the Schedule entity.
Namespace
Drupal\business_rules\EntityCode
public function getUpdateEntity() {
return $this
->get('update_entity')->value;
}