function EntityReference::defineOptions

Overrides Fields::defineOptions

File

core/modules/views/src/Plugin/views/row/EntityReference.php, line 26

Class

EntityReference
EntityReference row plugin.

Namespace

Drupal\views\Plugin\views\row

Code

protected function defineOptions() {
  $options = parent::defineOptions();
  $options['separator'] = [
    'default' => '-',
  ];
  return $options;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.