You are here

protected function EntityLinkRevision::getEntityLinkTemplate in Entity API 8

Returns the entity link template name identifying the link route.

@returns string The link template name.

Overrides EntityLink::getEntityLinkTemplate

File

src/Plugin/views/field/EntityLinkRevision.php, line 19

Class

EntityLinkRevision
Field handler to present a link to an entity revision.

Namespace

Drupal\entity\Plugin\views\field

Code

protected function getEntityLinkTemplate() {
  return 'revision';
}