Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
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
cloud
Merge requests
!2289
Resolve
#3443330
"Comply with drupal 6.x"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3443330
"Comply with drupal 6.x"
issue/cloud-3443330:3443330-comply-with-drupal-6.x
into
6.x
Overview
0
Commits
1
Pipelines
3
Changes
378
Merged
Yas Naoi
requested to merge
issue/cloud-3443330:3443330-comply-with-drupal-6.x
into
6.x
1 year ago
Overview
0
Commits
1
Pipelines
3
Changes
378
Expand
Closes
#3443330
0
0
Merge request reports
Compare
6.x
version 1
2ec3c9bf
1 year ago
6.x (base)
and
latest version
latest version
08e9bff4
1 commit,
1 year ago
version 1
2ec3c9bf
3 commits,
1 year ago
378 files
+
1981
−
1611
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
378
Search (e.g. *.vue) (Ctrl+P)
modules/cloud_budget/src/Form/Config/CloudBudgetAdminSettings.php
+
1
−
1
Options
@@ -41,7 +41,7 @@ class CloudBudgetAdminSettings extends ConfigFormBase {
public
function
__construct
(
ConfigFactoryInterface
$config_factory
,
FileSystemInterface
$file_system
,
CloudConfigPluginManagerInterface
$cloud_config_plugin_manager
CloudConfigPluginManagerInterface
$cloud_config_plugin_manager
,
)
{
parent
::
__construct
(
$config_factory
);
Loading