function EntityLinkDelete::getEntityLinkTemplate

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/EntityLinkDelete.php \Drupal\views\Plugin\views\field\EntityLinkDelete::getEntityLinkTemplate()
  2. 10 core/modules/views/src/Plugin/views/field/EntityLinkDelete.php \Drupal\views\Plugin\views\field\EntityLinkDelete::getEntityLinkTemplate()
  3. 11.x core/modules/views/src/Plugin/views/field/EntityLinkDelete.php \Drupal\views\Plugin\views\field\EntityLinkDelete::getEntityLinkTemplate()

Overrides EntityLink::getEntityLinkTemplate

File

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

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';
}

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