Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443205
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
drupal-3443205
Commits
03d68bc2
Commit
03d68bc2
authored
9 years ago
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Reverting last commit to fix commit message, sorry
parent
9751077c
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php
+2
-2
2 additions, 2 deletions
core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php
core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php
+0
-2
0 additions, 2 deletions
core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php
with
2 additions
and
4 deletions
core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php
+
2
−
2
View file @
03d68bc2
...
...
@@ -51,14 +51,14 @@ class LibraryDiscoveryCollector extends CacheCollector {
/**
* Constructs a CacheCollector object.
*
* @param string $cid
* The cid for the array being cached.
* @param \Drupal\Core\Cache\CacheBackendInterface $cache
* The cache backend.
* @param \Drupal\Core\Lock\LockBackendInterface $lock
* The lock backend.
* @param \Drupal\Core\Asset\LibraryDiscoveryParser $discovery_parser
* The library discovery parser.
* @param \Drupal\Core\Theme\ThemeManagerInterface $theme_manager
* The theme manager.
*/
public
function
__construct
(
CacheBackendInterface
$cache
,
LockBackendInterface
$lock
,
LibraryDiscoveryParser
$discovery_parser
,
ThemeManagerInterface
$theme_manager
)
{
$this
->
themeManager
=
$theme_manager
;
...
...
This diff is collapsed.
Click to expand it.
core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php
+
0
−
2
View file @
03d68bc2
...
...
@@ -50,8 +50,6 @@ class LibraryDiscoveryParser {
* The app root.
* @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
* The module handler.
* @param \Drupal\Core\Theme\ThemeManagerInterface $theme_manager
* The theme manager.
*/
public
function
__construct
(
$root
,
ModuleHandlerInterface
$module_handler
,
ThemeManagerInterface
$theme_manager
)
{
$this
->
root
=
$root
;
...
...
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