function EntityLinkEdit::getEntityLinkTemplate

Returns the entity link template name identifying the link route.

@returns string The link template name.

Overrides EntityLink::getEntityLinkTemplate

File

core/modules/views/src/Plugin/views/field/EntityLinkEdit.php, line 19

Class

EntityLinkEdit
Field handler to present a link to edit an entity.

Namespace

Drupal\views\Plugin\views\field

Code

protected function getEntityLinkTemplate() {
  return 'edit-form';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.