public function LocalTask::getChangedTimeAcrossTranslations

File

translators/tmgmt_local/src/Entity/LocalTask.php, line 401

Class

LocalTask
Entity class for the local task entity.

Namespace

Drupal\tmgmt_local\Entity

Code

public function getChangedTimeAcrossTranslations() {
  return $this
    ->getChangedTime();
}