File
- src/Plugin/views/field/EntityLabel.php, line 19
Class
- EntityLabel
- Field handler which shows the label for a job or job item.
Namespace
Drupal\tmgmt\Plugin\views\field
Code
protected function defineOptions() {
$options = parent::defineOptions();
$options['link_to_entity'] = [
'default' => FALSE,
];
return $options;
}