public function GroupContent::getCreatedTime in Group 8
Same name and namespace in other branches
- 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\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}