You are here

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

Same name and namespace in other branches
  1. 8 src/Entity/Schedule.php \Drupal\business_rules\Entity\Schedule::getExecutedTime()

File

src/Entity/Schedule.php, line 211

Class

Schedule
Defines the Schedule entity.

Namespace

Drupal\business_rules\Entity

Code

public function getExecutedTime() {
  return $this
    ->get('executed')->value;
}