Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityLink.php

function EntityLink::getDefaultLabel

Overrides LinkBase::getDefaultLabel

3 methods override EntityLink::getDefaultLabel()
EntityLinkDelete::getDefaultLabel in core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
Returns the default label for this link.
EntityLinkEdit::getDefaultLabel in core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
Returns the default label for this link.
TranslationLink::getDefaultLabel in core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
Returns the default label for this link.

File

core/modules/views/src/Plugin/views/field/EntityLink.php, line 63

Class

EntityLink
Field handler to present a link to an entity.

Namespace

Drupal\views\Plugin\views\field

Code

protected function getDefaultLabel() {
    return $this->t('view');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal