function Link::getText

Same name in other branches
  1. 9 core/lib/Drupal/Core/Link.php \Drupal\Core\Link::getText()
  2. 10 core/lib/Drupal/Core/Link.php \Drupal\Core\Link::getText()
  3. 11.x core/lib/Drupal/Core/Link.php \Drupal\Core\Link::getText()

Returns the text of the link.

Return value

string

File

core/lib/Drupal/Core/Link.php, line 85

Class

Link
Defines an object that holds information about a link.

Namespace

Drupal\Core

Code

public function getText() {
    return $this->text;
}

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