function choice_callback

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php, line 17

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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