11 string references to 'Enum'
- Constraint::checkEnum in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ Constraint.php - Checks a enum element
- CoreExtension::getFunctions in vendor/
twig/ twig/ src/ Extension/ CoreExtension.php - Returns a list of functions to add to the existing list.
- EnumCasesFunction::compile in vendor/
twig/ twig/ src/ Node/ Expression/ FunctionNode/ EnumCasesFunction.php - EnumConstraint::check in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ EnumConstraint.php - invokes the validation of an element
- EnumFunction::compile in vendor/
twig/ twig/ src/ Node/ Expression/ FunctionNode/ EnumFunction.php - EnumTokenEmulator::getKeywordString in vendor/
nikic/ php-parser/ lib/ PhpParser/ Lexer/ TokenEmulator/ EnumTokenEmulator.php - EnvVarProcessor::getEnv in vendor/
symfony/ dependency-injection/ EnvVarProcessor.php - Returns the value of the given variable as managed by the current instance.
- JsonResponse::setCallback in vendor/
symfony/ http-foundation/ JsonResponse.php - Sets the JSONP callback.
- PHP::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Creates an array of tokens when given some PHP code.
- PhpFileParser::findClasses in vendor/
composer/ class-map-generator/ src/ PhpFileParser.php - Extract the classes in the given file
- VariableAnalysisSniff::process in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Sniffs/ CodeAnalysis/ VariableAnalysisSniff.php - * Scan and process a token. * * This is the main processing function of the sniff. Will run on every token * for which `register()` returns true. * *