You are here

public function Link::getText in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 101
Contains \Drupal\Core\Link.

Class

Link
Defines an object that holds information about a link.

Namespace

Drupal\Core

Code

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