class Undefined
Same name in this branch
- 11.1.x core/lib/Drupal/Core/Config/Schema/Undefined.php \Drupal\Core\Config\Schema\Undefined
Hierarchy
- class \Seld\JsonLint\Undefined
Expanded class hierarchy of Undefined
7 string references to 'Undefined'
- CollectionConstraint::validateItems in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ CollectionConstraint.php - Validates the items
- Constraint::checkUndefined in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ Constraint.php - Checks a undefined element
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- ObjectConstraint::validateElement in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ ObjectConstraint.php - Validates the element properties
- ObjectConstraint::validateProperties in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ ObjectConstraint.php - Validates the definition properties
File
-
vendor/
seld/ jsonlint/ src/ Seld/ JsonLint/ Undefined.php, line 14
Namespace
Seld\JsonLintView source
class Undefined {
}