function ContextualLinks::defineOptions
Same name in other branches
- 9 core/modules/contextual/src/Plugin/views/field/ContextualLinks.php \Drupal\contextual\Plugin\views\field\ContextualLinks::defineOptions()
- 10 core/modules/contextual/src/Plugin/views/field/ContextualLinks.php \Drupal\contextual\Plugin\views\field\ContextualLinks::defineOptions()
- 11.x core/modules/contextual/src/Plugin/views/field/ContextualLinks.php \Drupal\contextual\Plugin\views\field\ContextualLinks::defineOptions()
Overrides FieldPluginBase::defineOptions
File
-
core/
modules/ contextual/ src/ Plugin/ views/ field/ ContextualLinks.php, line 35
Class
- ContextualLinks
- Provides a handler that adds contextual links.
Namespace
Drupal\contextual\Plugin\views\fieldCode
protected function defineOptions() {
$options = parent::defineOptions();
$options['fields'] = [
'default' => [],
];
$options['destination'] = [
'default' => 1,
];
return $options;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.