function TranslationLink::getEntityLinkTemplate
Returns the entity link template name identifying the link route.
Return value
string The link template name.
Overrides EntityLink::getEntityLinkTemplate
File
-
core/
modules/ content_translation/ src/ Plugin/ views/ field/ TranslationLink.php, line 19
Class
- TranslationLink
- Provides a translation link for an entity.
Namespace
Drupal\content_translation\Plugin\views\fieldCode
protected function getEntityLinkTemplate() {
return 'drupal:content-translation-overview';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.