You are here

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\Entity

Code

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