Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ArgumentDefaultPluginBase.php

function ArgumentDefaultPluginBase::defineOptions

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

Overrides PluginBase::defineOptions

10 calls to ArgumentDefaultPluginBase::defineOptions()
Fixed::defineOptions in core/modules/views/src/Plugin/views/argument_default/Fixed.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.
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.

... See full list

5 methods override ArgumentDefaultPluginBase::defineOptions()
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.
User::defineOptions in core/modules/user/src/Plugin/views/argument_default/User.php
Retrieve the options when this is a new access control plugin.

File

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

Class

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

Namespace

Drupal\views\Plugin\views\argument_default

Code

protected function defineOptions() {
    return [];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal