You are here

public function JobContentLocalTask::getRouteName in Lingotek Translation 3.3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  2. 4.0.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  3. 3.0.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  4. 3.1.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  5. 3.2.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  6. 3.4.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  7. 3.5.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  8. 3.6.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  9. 3.7.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
  10. 3.8.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()

Get the route name from the settings.

Return value

string The name of the route this local task links to.

Overrides LocalTaskDefault::getRouteName

File

src/Plugin/Menu/JobContentLocalTask.php, line 13

Class

JobContentLocalTask

Namespace

Drupal\lingotek\Plugin\Menu

Code

public function getRouteName() {
  return 'lingotek.translation_job_info.content';
}