public function FormAssemblyEntity::getModified in FormAssembly 7
Get the value on the fa_form->modified field.
Return value
string Unix timestamp as Drupal date
File
- includes/
FormAssemblyEntity.php, line 40 - An Entity class for the FormAssembly entity
Class
- FormAssemblyEntity
- @file An Entity class for the FormAssembly entity
Code
public function getModified() {
return $this->modified;
}