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