protected function ArgumentDefaultPluginBase::defineOptions

Retrieve the options when this is a new access control plugin

Overrides PluginBase::defineOptions

7 calls to ArgumentDefaultPluginBase::defineOptions()
ArgumentDefaultPluginBase::init in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
Initialize this plugin with the view and the argument it is linked to.
ArgumentDefaultTest::defineOptions in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/argument_default/ArgumentDefaultTest.php
Overrides Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase::defineOptions().
Fixed::defineOptions in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Fixed.php
Retrieve the options when this is a new access control plugin
Php::defineOptions in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Php.php
Retrieve the options when this is a new access control plugin
Raw::defineOptions in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Raw.php
Retrieve the options when this is a new access control plugin

... See full list

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

... See full list

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php, line 47
Definition of Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase.

Class

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

Namespace

Drupal\views\Plugin\views\argument_default

Code

protected function defineOptions() {
  return array();
}