protected function TranslationLink::getEntityLinkTemplate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/content_translation/src/Plugin/views/field/TranslationLink.php \Drupal\content_translation\Plugin\views\field\TranslationLink::getEntityLinkTemplate()
Returns the entity link template name identifying the link route.
@returns string The link template name.
Overrides EntityLink::getEntityLinkTemplate
File
- core/
modules/ content_translation/ src/ Plugin/ views/ field/ TranslationLink.php, line 24 - Contains \Drupal\content_translation\Plugin\views\field\TranslationLink.
Class
- TranslationLink
- Provides a translation link for an entity.
Namespace
Drupal\content_translation\Plugin\views\fieldCode
protected function getEntityLinkTemplate() {
return 'drupal:content-translation-overview';
}