public function FormAssemblyEntity::getCreatedTime in FormAssembly 8
Gets the FormAssembly Form creation timestamp.
Return value
int Creation timestamp of the FormAssembly Form.
Overrides FormAssemblyEntityInterface::getCreatedTime
File
- src/
Entity/ FormAssemblyEntity.php, line 100
Class
- FormAssemblyEntity
- Defines the FormAssembly Form entity.
Namespace
Drupal\formassembly\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}