protected function ArgumentValidatorPluginBase::defineOptions

Retrieve the options when this is a new access control plugin

Overrides PluginBase::defineOptions

4 calls to ArgumentValidatorPluginBase::defineOptions()
Node::defineOptions in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.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_validator/Php.php
Retrieve the options when this is a new access control plugin
Term::defineOptions in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
Retrieve the options when this is a new access control plugin
User::defineOptions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php
Retrieve the options when this is a new access control plugin
4 methods override ArgumentValidatorPluginBase::defineOptions()
Node::defineOptions in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.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_validator/Php.php
Retrieve the options when this is a new access control plugin
Term::defineOptions in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
Retrieve the options when this is a new access control plugin
User::defineOptions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument_validator/User.php
Retrieve the options when this is a new access control plugin

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php, line 46
Definition of Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase.

Class

ArgumentValidatorPluginBase
Base argument validator plugin to provide basic functionality.

Namespace

Drupal\views\Plugin\views\argument_validator

Code

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