public function OrgInterface::getCreatedTime in RedHen CRM 8
Gets the Org creation timestamp.
Return value
int Creation timestamp of the Org.
1 method overrides OrgInterface::getCreatedTime()
- Org::getCreatedTime in modules/
redhen_org/ src/ Entity/ Org.php - Gets the Org creation timestamp.
File
- modules/
redhen_org/ src/ OrgInterface.php, line 28
Class
- OrgInterface
- Provides an interface for defining Org entities.
Namespace
Drupal\redhen_orgCode
public function getCreatedTime();