function ArgumentValidatorTest::calculateDependencies
Overrides PluginBase::calculateDependencies
File
-
core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ argument_validator/ ArgumentValidatorTest.php, line 20
Class
- ArgumentValidatorTest
- Defines an argument validator test plugin.
Namespace
Drupal\views_test_data\Plugin\views\argument_validatorCode
public function calculateDependencies() {
return [
'content' => [
'ArgumentValidatorTest',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.