function EntityLinkEdit::renderLink
Overrides EntityLink::renderLink
File
- 
              core/
modules/ views/ src/ Plugin/ views/ field/ EntityLinkEdit.php, line 26  
Class
- EntityLinkEdit
 - Field handler to present a link to edit an entity.
 
Namespace
Drupal\views\Plugin\views\fieldCode
protected function renderLink(ResultRow $row) {
  $this->options['alter']['query'] = $this->getDestinationArray();
  return parent::renderLink($row);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.