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