You are here

public function GroupContent::getCreatedTime in Group 2.0.x

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

File

src/Entity/GroupContent.php, line 149

Class

GroupContent
Defines the Group content entity.

Namespace

Drupal\group\Entity

Code

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