You are here

public function ArgumentValidatorTest::calculateDependencies in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php \Drupal\views_test_data\Plugin\views\argument_validator\ArgumentValidatorTest::calculateDependencies()
  2. 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php \Drupal\views_test_data\Plugin\views\argument_validator\ArgumentValidatorTest::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_validator

Code

public function calculateDependencies() {
  return [
    'content' => [
      'ArgumentValidatorTest',
    ],
  ];
}