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
!10773
fix doc bloc tags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
fix doc bloc tags
issue/drupal-3497103:3497103-fix-linelength-for
into
11.x
Overview
0
Commits
1
Pipelines
2
Changes
86
Closed
quietone
requested to merge
issue/drupal-3497103:3497103-fix-linelength-for
into
11.x
5 months ago
Overview
0
Commits
1
Pipelines
2
Changes
86
Expand
Closes
#3497103
0
0
Merge request reports
Compare
11.x
version 1
e6dbf9ca
5 months ago
11.x (base)
and
latest version
latest version
c801f3fa
1 commit,
4 months ago
version 1
e6dbf9ca
1 commit,
5 months ago
86 files
+
274
−
218
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
86
Search (e.g. *.vue) (Ctrl+P)
core/includes/common.inc
+
5
−
4
Options
@@ -240,13 +240,14 @@ function base_path() {
* - 'self' affects the dragged row itself.
* - 'group' affects the dragged row, plus any children below it (the entire
* dragged group).
* - 'group': A class name applied on all related form elements for this action.
* - 'group': A class name applied on all related form elements for this
* action.
* - 'subgroup': (optional) If the group has several subgroups within it, this
* string should contain the class name identifying fields in the same
* subgroup.
* - 'source': (optional) If the $action is 'match', this string should
contain
* the classname identifying what field will be used as the source
value
* when matching the value in $subgroup.
* - 'source': (optional) If the $action is 'match', this string should
*
contain
the classname identifying what field will be used as the source
*
value
when matching the value in $subgroup.
* - 'hidden': (optional) The column containing the field elements may be
* entirely hidden from view dynamically when the JavaScript is loaded. Set
* to FALSE if the column should not be hidden.
Loading