Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_vimeo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
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
TYPO3
sg_vimeo
Commits
a3381f54
Commit
a3381f54
authored
10 months ago
by
Georgi
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] Comment the Services.php declaration for the event listeners
parent
376dabf3
No related branches found
Branches containing commit
Tags
4.1.3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Configuration/Services.php
+2
-0
2 additions, 0 deletions
Configuration/Services.php
with
2 additions
and
0 deletions
Configuration/Services.php
+
2
−
0
View file @
a3381f54
...
...
@@ -59,6 +59,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {
->
tag
(
'event.listener'
,
[
'event'
=>
AfterBackendPageRenderEvent
::
class
]);
// Uncomment the following code to try out the example EventListeners
/*
$services->set(BeforeVimeoCallEventListener::class)
->tag('event.listener', ['event' => BeforeVimeoCallEvent::class]);
$services->set(AfterVimeoCallEventListener::class)
...
...
@@ -67,4 +68,5 @@ return static function (ContainerConfigurator $containerConfigurator): void {
->tag('event.listener', ['event' => AfterFilterVideosEvent::class]);
$services->set(AfterMapCustomThumbnailsEventListener::class)
->tag('event.listener', ['event' => AfterMapCustomThumbnailsEvent::class]);
*/
};
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