public function Org::getCreatedTime in RedHen CRM 8
Gets the Org creation timestamp.
Return value
int Creation timestamp of the Org.
Overrides OrgInterface::getCreatedTime
File
- modules/
redhen_org/ src/ Entity/ Org.php, line 103
Class
- Org
- Defines the Organization entity.
Namespace
Drupal\redhen_org\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}