public function Font::getChangedTime in @font-your-face 8.3
Gets the timestamp of the last entity change for the current translation.
Return value
int The timestamp of the last entity save operation.
Overrides EntityChangedTrait::getChangedTime
File
- src/
Entity/ Font.php, line 104
Class
- Font
- Defines the Font entity.
Namespace
Drupal\fontyourface\EntityCode
public function getChangedTime() {
return $this
->get('changed')->value;
}