File
- translators/tmgmt_local/src/Entity/LocalTaskItem.php, line 332
Class
- LocalTaskItem
- Entity class for the local task item entity.
Namespace
Drupal\tmgmt_local\Entity
Code
public function getChangedTimeAcrossTranslations() {
return $this
->getChangedTime();
}