protected function ArgumentValidatorPluginBase::defineOptions in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php \Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase::defineOptions()
Retrieve the options when this is a new access control plugin
Overrides PluginBase::defineOptions
2 calls to ArgumentValidatorPluginBase::defineOptions()
- ArgumentValidatorTest::defineOptions in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ argument_validator/ ArgumentValidatorTest.php - Retrieve the options when this is a new access control plugin
- Entity::defineOptions in core/
modules/ views/ src/ Plugin/ views/ argument_validator/ Entity.php - Retrieve the options when this is a new access control plugin
2 methods override ArgumentValidatorPluginBase::defineOptions()
- ArgumentValidatorTest::defineOptions in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ argument_validator/ ArgumentValidatorTest.php - Retrieve the options when this is a new access control plugin
- Entity::defineOptions in core/
modules/ views/ src/ Plugin/ views/ argument_validator/ Entity.php - Retrieve the options when this is a new access control plugin
File
- core/
modules/ views/ src/ Plugin/ views/ argument_validator/ ArgumentValidatorPluginBase.php, line 62 - Contains \Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase.
Class
- ArgumentValidatorPluginBase
- Base argument validator plugin to provide basic functionality.
Namespace
Drupal\views\Plugin\views\argument_validatorCode
protected function defineOptions() {
return array();
}