public function FormAssemblyEntityInterface::getCreatedTime in FormAssembly 8
Gets the FormAssembly Form creation timestamp.
Return value
int Creation timestamp of the FormAssembly Form.
1 method overrides FormAssemblyEntityInterface::getCreatedTime()
- FormAssemblyEntity::getCreatedTime in src/
Entity/ FormAssemblyEntity.php - Gets the FormAssembly Form creation timestamp.
File
- src/
Entity/ FormAssemblyEntityInterface.php, line 49
Class
- FormAssemblyEntityInterface
- Provides an interface for defining FormAssembly Form entities.
Namespace
Drupal\formassembly\EntityCode
public function getCreatedTime();