You are here

protected function OpignoModuleResultLink::getDefaultLabel in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Plugin/views/field/OpignoModuleResultLink.php \Drupal\opigno_module\Plugin\views\field\OpignoModuleResultLink::getDefaultLabel()

Returns the default label for this link.

Return value

string The default link label.

Overrides LinkBase::getDefaultLabel

File

src/Plugin/views/field/OpignoModuleResultLink.php, line 32

Class

OpignoModuleResultLink
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\opigno_module\Plugin\views\field

Code

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