protected function EntityLinkEdit::getEntityLinkTemplate in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/field/EntityLinkEdit.php \Drupal\views\Plugin\views\field\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 24 - Contains \Drupal\views\Plugin\views\field\EntityLinkEdit.
Class
- EntityLinkEdit
- Field handler to present a link to edit an entity.
Namespace
Drupal\views\Plugin\views\fieldCode
protected function getEntityLinkTemplate() {
return 'edit-form';
}