public function FormAssemblyEntityInterface::setCreatedTime in FormAssembly 8
Sets the FormAssembly Form creation timestamp.
Parameters
int $timestamp: The FormAssembly Form creation timestamp.
Return value
\Drupal\formassembly\Entity\FormAssemblyEntityInterface The called FormAssembly Form entity.
1 method overrides FormAssemblyEntityInterface::setCreatedTime()
- FormAssemblyEntity::setCreatedTime in src/
Entity/ FormAssemblyEntity.php - Sets the FormAssembly Form creation timestamp.
File
- src/
Entity/ FormAssemblyEntityInterface.php, line 60
Class
- FormAssemblyEntityInterface
- Provides an interface for defining FormAssembly Form entities.
Namespace
Drupal\formassembly\EntityCode
public function setCreatedTime($timestamp);