You are here

function choice_callback in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Constraints/ChoiceValidatorTest.php \Symfony\Component\Validator\Tests\Constraints\choice_callback()

File

vendor/symfony/validator/Tests/Constraints/ChoiceValidatorTest.php, line 18

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

function choice_callback() {
  return array(
    'foo',
    'bar',
  );
}