protected function AccessPluginBase::defineOptions

Retrieve the options when this is a new access control plugin

Overrides PluginBase::defineOptions

5 calls to AccessPluginBase::defineOptions()
AccessPluginBase::init in drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php
Initialize the plugin.
DynamicTest::defineOptions in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/DynamicTest.php
Retrieve the options when this is a new access control plugin
Permission::defineOptions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Permission.php
Retrieve the options when this is a new access control plugin
Role::defineOptions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php
Retrieve the options when this is a new access control plugin
StaticTest::defineOptions in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/StaticTest.php
Retrieve the options when this is a new access control plugin
4 methods override AccessPluginBase::defineOptions()
DynamicTest::defineOptions in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/DynamicTest.php
Retrieve the options when this is a new access control plugin
Permission::defineOptions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Permission.php
Retrieve the options when this is a new access control plugin
Role::defineOptions in drupal/core/modules/user/lib/Drupal/user/Plugin/views/access/Role.php
Retrieve the options when this is a new access control plugin
StaticTest::defineOptions in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/StaticTest.php
Retrieve the options when this is a new access control plugin

File

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

Class

AccessPluginBase
The base plugin to handle access control.

Namespace

Drupal\views\Plugin\views\access

Code

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