public function JobContentLocalTask::getRouteName in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 4.0.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 3.0.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 3.1.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 3.2.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 3.3.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 3.5.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 3.6.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 3.7.x src/Plugin/Menu/JobContentLocalTask.php \Drupal\lingotek\Plugin\Menu\JobContentLocalTask::getRouteName()
- 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
Namespace
Drupal\lingotek\Plugin\MenuCode
public function getRouteName() {
return 'lingotek.translation_job_info.content';
}