You are here

public function Schedule::getUpdateEntity in Business Rules 2.x

Same name and namespace in other branches
  1. 8 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 257

Class

Schedule
Defines the Schedule entity.

Namespace

Drupal\business_rules\Entity

Code

public function getUpdateEntity() {
  return $this
    ->get('update_entity')->value;
}