You are here

protected property FieldPluginBase::$linkGenerator in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/field/FieldPluginBase.php \Drupal\views\Plugin\views\field\FieldPluginBase::linkGenerator

The link generator.

Type: \Drupal\Core\Utility\LinkGeneratorInterface

File

core/modules/views/src/Plugin/views/field/FieldPluginBase.php, line 98

Class

FieldPluginBase
Base class for views fields.

Namespace

Drupal\views\Plugin\views\field

Code

protected $linkGenerator;