You are here

public function FormAssemblyEntity::getModifiedTime in FormAssembly 8

Gets the FormAssembly Form modification timestamp.

Return value

int Modification timestamp of the FormAssembly Form.

Overrides FormAssemblyEntityInterface::getModifiedTime

File

src/Entity/FormAssemblyEntity.php, line 115

Class

FormAssemblyEntity
Defines the FormAssembly Form entity.

Namespace

Drupal\formassembly\Entity

Code

public function getModifiedTime() {
  return $this
    ->get('modified')->value;
}