You are here

public function Update::getCreatedTime in Update helper 8

Same name and namespace in other branches
  1. 2.x modules/update_helper_checklist/src/Entity/Update.php \Drupal\update_helper_checklist\Entity\Update::getCreatedTime()

File

modules/update_helper_checklist/src/Entity/Update.php, line 57

Class

Update
Defines the Contact entity.

Namespace

Drupal\update_helper_checklist\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}