You are here

public function GroupContent::getCreatedTime in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/GroupContent.php \Drupal\group\Entity\GroupContent::getCreatedTime()

File

src/Entity/GroupContent.php, line 151

Class

GroupContent
Defines the Group content entity.

Namespace

Drupal\group\Entity

Code

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