You are here

function choice_callback in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php, line 18

Namespace

Symfony\Component\Validator\Tests\Constraints

Code

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