public function LocalTaskItem::getChangedTimeAcrossTranslations in Translation Management Tool 8
Returns the timestamp of the last entity change across all translations.
Return value
int The timestamp of the last entity save operation across all translations.
Overrides EntityChangedTrait::getChangedTimeAcrossTranslations
File
- translators/
tmgmt_local/ src/ Entity/ LocalTaskItem.php, line 332
Class
- LocalTaskItem
- Entity class for the local task item entity.
Namespace
Drupal\tmgmt_local\EntityCode
public function getChangedTimeAcrossTranslations() {
return $this
->getChangedTime();
}