Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!11799
Issue
#3518146
: Rename constraint ValidKeys to ValidMappingKeys.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3518146
: Rename constraint ValidKeys to ValidMappingKeys.
issue/drupal-3518146:3518146-rename-constraint-validkeys
into
11.x
Overview
12
Commits
4
Pipelines
4
Changes
12
Open
KOUSTAV MONDAL
requested to merge
issue/drupal-3518146:3518146-rename-constraint-validkeys
into
11.x
1 month ago
Overview
12
Commits
4
Pipelines
4
Changes
12
Expand
Closes
#3518146
0
0
Merge request reports
Compare
11.x
version 3
ca159199
1 month ago
version 2
54f55ea3
1 month ago
version 1
fcbbd16b
1 month ago
11.x (HEAD)
and
latest version
latest version
5e542a6a
4 commits,
1 month ago
version 3
ca159199
3 commits,
1 month ago
version 2
54f55ea3
2 commits,
1 month ago
version 1
fcbbd16b
1 commit,
1 month ago
12 files
+
51
−
51
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
core/config/schema/core.data_types.schema.yml
+
4
−
4
Options
@@ -53,7 +53,7 @@ mapping:
constraints
:
# By default, allow the explicitly listed mapping keys, and require their
# presence unless `requiredKey: false` is specified.
ValidKeys
:
'
<infer>'
Valid
Mapping
Keys
:
'
<infer>'
sequence
:
label
:
Sequence
class
:
'
\Drupal\Core\Config\Schema\Sequence'
@@ -197,7 +197,7 @@ _core_config_info:
# works, this is always going to be 43 characters long.
Length
:
43
constraints
:
ValidKeys
:
[
'
default_config_hash'
]
Valid
Mapping
Keys
:
[
'
default_config_hash'
]
config_object
:
type
:
mapping
@@ -386,7 +386,7 @@ config_dependencies_base:
ExtensionName
:
[]
ExtensionExists
:
theme
constraints
:
ValidKeys
:
'
<infer>'
Valid
Mapping
Keys
:
'
<infer>'
config_dependencies
:
type
:
config_dependencies_base
@@ -398,7 +398,7 @@ config_dependencies:
type
:
config_dependencies_base
label
:
'
Enforced
configuration
dependencies'
constraints
:
ValidKeys
:
'
<infer>'
Valid
Mapping
Keys
:
'
<infer>'
config_entity
:
type
:
mapping
Loading