public function ScheduleInterface::getUpdateEntity in Business Rules 8
Same name and namespace in other branches
- 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::getUpdateEntity()
Get is it's to update the entity at the end of the task.
Return value
bool True or false.
1 method overrides ScheduleInterface::getUpdateEntity()
- Schedule::getUpdateEntity in src/
Entity/ Schedule.php - Get is it's to update the entity at the end of the task.
File
- src/
Entity/ ScheduleInterface.php, line 221
Class
- ScheduleInterface
- Provides an interface for defining Schedule entities.
Namespace
Drupal\business_rules\EntityCode
public function getUpdateEntity();