You are here

protected property Link::$linkGenerator in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Link.php \Drupal\Core\Link::linkGenerator
  2. 9 core/lib/Drupal/Core/Link.php \Drupal\Core\Link::linkGenerator

The link generator.

Type: \Drupal\Core\Utility\LinkGeneratorInterface

File

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

Class

Link
Defines an object that holds information about a link.

Namespace

Drupal\Core

Code

protected $linkGenerator;