protected function AccessPluginBase::defineOptions in Views (for Drupal 7) 8.3
Retrieve the options when this is a new access control plugin
Overrides PluginBase::defineOptions
5 calls to AccessPluginBase::defineOptions()
- AccessPluginBase::init in lib/
Drupal/ views/ Plugin/ views/ access/ AccessPluginBase.php - Initialize the plugin.
- DynamicTest::defineOptions in 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 lib/
Views/ user/ Plugin/ views/ access/ Permission.php - Retrieve the options when this is a new access control plugin
- Role::defineOptions in lib/
Views/ user/ Plugin/ views/ access/ Role.php - Retrieve the options when this is a new access control plugin
- StaticTest::defineOptions in 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 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 lib/
Views/ user/ Plugin/ views/ access/ Permission.php - Retrieve the options when this is a new access control plugin
- Role::defineOptions in lib/
Views/ user/ Plugin/ views/ access/ Role.php - Retrieve the options when this is a new access control plugin
- StaticTest::defineOptions in 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
- 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\accessCode
protected function defineOptions() {
return array();
}