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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
081f58e3
Commit
081f58e3
authored
May 9, 2015
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2486083
by stefan.r: The following module is missing from the file system: standard
parent
3b6e90d3
No related branches found
No related tags found
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/lib/Drupal/Core/Config/InstallStorage.php
+5
-0
5 additions, 0 deletions
core/lib/Drupal/Core/Config/InstallStorage.php
with
5 additions
and
0 deletions
core/lib/Drupal/Core/Config/InstallStorage.php
+
5
−
0
View file @
081f58e3
...
@@ -166,6 +166,11 @@ protected function getAllFolders() {
...
@@ -166,6 +166,11 @@ protected function getAllFolders() {
if
(
$profile
=
drupal_get_profile
())
{
if
(
$profile
=
drupal_get_profile
())
{
$profile_list
=
$listing
->
scan
(
'profile'
);
$profile_list
=
$listing
->
scan
(
'profile'
);
if
(
isset
(
$profile_list
[
$profile
]))
{
if
(
isset
(
$profile_list
[
$profile
]))
{
// Prime the drupal_get_filename() static cache with the profile info
// file location so we can use drupal_get_path() on the active profile
// during the module scan.
// @todo Remove as part of https://www.drupal.org/node/2186491
drupal_get_filename
(
'profile'
,
$profile
,
$profile_list
[
$profile
]
->
getPathname
());
$this
->
folders
+=
$this
->
getComponentNames
(
array
(
$profile_list
[
$profile
]));
$this
->
folders
+=
$this
->
getComponentNames
(
array
(
$profile_list
[
$profile
]));
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment