You are here

protected function ArgumentDefaultPluginBase::defineOptions in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php \Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase::defineOptions()

Retrieve the options when this is a new access control plugin.

Overrides PluginBase::defineOptions

6 calls to ArgumentDefaultPluginBase::defineOptions()
ArgumentDefaultTest::defineOptions in core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php
Retrieve the options when this is a new access control plugin.
Fixed::defineOptions in core/modules/views/src/Plugin/views/argument_default/Fixed.php
Retrieve the options when this is a new access control plugin.
QueryParameter::defineOptions in core/modules/views/src/Plugin/views/argument_default/QueryParameter.php
Retrieve the options when this is a new access control plugin.
Raw::defineOptions in core/modules/views/src/Plugin/views/argument_default/Raw.php
Retrieve the options when this is a new access control plugin.
Tid::defineOptions in core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php
Retrieve the options when this is a new access control plugin.

... See full list

6 methods override ArgumentDefaultPluginBase::defineOptions()
ArgumentDefaultTest::defineOptions in core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php
Retrieve the options when this is a new access control plugin.
Fixed::defineOptions in core/modules/views/src/Plugin/views/argument_default/Fixed.php
Retrieve the options when this is a new access control plugin.
QueryParameter::defineOptions in core/modules/views/src/Plugin/views/argument_default/QueryParameter.php
Retrieve the options when this is a new access control plugin.
Raw::defineOptions in core/modules/views/src/Plugin/views/argument_default/Raw.php
Retrieve the options when this is a new access control plugin.
Tid::defineOptions in core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php
Retrieve the options when this is a new access control plugin.

... See full list

File

core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php, line 60

Class

ArgumentDefaultPluginBase
The fixed argument default handler; also used as the base.

Namespace

Drupal\views\Plugin\views\argument_default

Code

protected function defineOptions() {
  return [];
}