You are here

protected function EntityLinkDelete::getEntityLinkTemplate in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/field/EntityLinkDelete.php \Drupal\views\Plugin\views\field\EntityLinkDelete::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/EntityLinkDelete.php, line 24
Contains \Drupal\views\Plugin\views\field\EntityLinkDelete.

Class

EntityLinkDelete
Field handler to present a link to delete an entity.

Namespace

Drupal\views\Plugin\views\field

Code

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