Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
drupal
Commits
59244c71
Commit
59244c71
authored
May 05, 2013
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1986690
by fabpot: Fixed Removed double registration of RegisterKernelListenersPass.
parent
c268d42b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
core/lib/Drupal/Core/CoreBundle.php
core/lib/Drupal/Core/CoreBundle.php
+0
-2
No files found.
core/lib/Drupal/Core/CoreBundle.php
View file @
59244c71
...
...
@@ -51,8 +51,6 @@ public function build(ContainerBuilder $container) {
$container
->
addCompilerPass
(
new
RegisterRouteFiltersPass
());
// Add a compiler pass for registering event subscribers.
$container
->
addCompilerPass
(
new
RegisterKernelListenersPass
(),
PassConfig
::
TYPE_AFTER_REMOVING
);
// Add a compiler pass for registering event subscribers.
$container
->
addCompilerPass
(
new
RegisterKernelListenersPass
(),
PassConfig
::
TYPE_AFTER_REMOVING
);
$container
->
addCompilerPass
(
new
RegisterAccessChecksPass
());
// Add a compiler pass for upcasting of entity route parameters.
$container
->
addCompilerPass
(
new
RegisterParamConvertersPass
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment