Same name and namespace in other branches
  1. 8.9.x core/modules/views/src/Plugin/views/field/EntityLabel.php \Drupal\views\Plugin\views\field\EntityLabel::init()
  2. 9 core/modules/views/src/Plugin/views/field/EntityLabel.php \Drupal\views\Plugin\views\field\EntityLabel::init()

File

core/modules/views/src/Plugin/views/field/EntityLabel.php, line 68

Class

EntityLabel

Namespace

Drupal\views\Plugin\views\field

Code

public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL) {
  parent::init($view, $display, $options);
  $this->additional_fields[$this->definition['entity type field']] = $this->definition['entity type field'];
}