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