public function GroupInterface::getCreatedTime in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupInterface.php \Drupal\group\Entity\GroupInterface::getCreatedTime()
Gets the group creation timestamp.
Return value
int Creation timestamp of the group.
1 method overrides GroupInterface::getCreatedTime()
- Group::getCreatedTime in src/
Entity/ Group.php - Gets the group creation timestamp.
File
- src/
Entity/ GroupInterface.php, line 26
Class
- GroupInterface
- Provides an interface defining a Group entity.
Namespace
Drupal\group\EntityCode
public function getCreatedTime();