You are here

public function ArgumentValidatorTest::validateArgument in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php \Drupal\views_test_data\Plugin\views\argument_validator\ArgumentValidatorTest::validateArgument()

Overrides ArgumentValidatorPluginBase::validateArgument

File

core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php, line 43
Contains \Drupal\views_test_data\Plugin\views\argument_validator\ArgumentValidatorTest.

Class

ArgumentValidatorTest
Defines a argument validator test plugin.

Namespace

Drupal\views_test_data\Plugin\views\argument_validator

Code

public function validateArgument($arg) {
  return $arg == $this->options['test_value'];
}