function Fixed::defineOptions
Retrieve the options when this is a new access control plugin.
Overrides ArgumentDefaultPluginBase::defineOptions
File
-
core/
modules/ views/ src/ Plugin/ views/ argument_default/ Fixed.php, line 24
Class
- Fixed
- The fixed argument default handler.
Namespace
Drupal\views\Plugin\views\argument_defaultCode
protected function defineOptions() {
$options = parent::defineOptions();
$options['argument'] = [
'default' => '',
];
return $options;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.