You are here

protected function ArgumentDefaultPluginBase::defineOptions in Views (for Drupal 7) 8.3

Retrieve the options when this is a new access control plugin

Overrides PluginBase::defineOptions

7 calls to ArgumentDefaultPluginBase::defineOptions()
ArgumentDefaultPluginBase::init in 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 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 lib/Drupal/views/Plugin/views/argument_default/Fixed.php
Retrieve the options when this is a new access control plugin
Php::defineOptions in lib/Drupal/views/Plugin/views/argument_default/Php.php
Retrieve the options when this is a new access control plugin
Raw::defineOptions in 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 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 lib/Drupal/views/Plugin/views/argument_default/Fixed.php
Retrieve the options when this is a new access control plugin
Php::defineOptions in lib/Drupal/views/Plugin/views/argument_default/Php.php
Retrieve the options when this is a new access control plugin
Raw::defineOptions in lib/Drupal/views/Plugin/views/argument_default/Raw.php
Retrieve the options when this is a new access control plugin
Tid::defineOptions in lib/Views/taxonomy/Plugin/views/argument_default/Tid.php
Retrieve the options when this is a new access control plugin

... See full list

File

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();
}