Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8168031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:23:22+00:00 2026-06-06T20:23:22+00:00

I have defined 2 event listeners for name: kernel.event_listener, event: kernel.request, but I can

  • 0

I have defined 2 event listeners for “name: kernel.event_listener, event: kernel.request”, but I can do what I want, I can’t change the order of calling this listener. I try to use the “priority” number, but nothing helps.

This event is always calling @first:

  MyBundle.Foo.Listener.RequestListener:
    class: %MyBundle.Foo.Listener.request.class%
    arguments: [ @session, @liip_theme.active_theme, @Need.some.infos.service ]
    tags:
      - { name: kernel.event_listener, event: kernel.request, method: onRequest, priority: 100 }

and this event is never calling, because the first event use a service that depends on a info of this event, so it crashes before this event is triggered:

  MyBundle.Bar.Listener.RequestListener:
    class: %MyBundle.Bar.Listener.request.class%
    arguments: [ @session ]
    tags:
      - { name: kernel.event_listener, event: kernel.request, method: onRequest, priority: 200 }

I have changed the “priority” too, but nothing changed 🙁

Maybe someone have a tip for me, that I can to ensure that listener “MyBundle.Bar.Listener.RequestListener” will call before the other event?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T20:23:23+00:00Added an answer on June 6, 2026 at 8:23 pm

    The problem is that the event listener class will init at Symfony start, before any event triggers.

    I had to change my DI to:

      MyBundle.Foo.Listener.RequestListener:
        class: %MyBundle.Foo.Listener.request.class%
        arguments: [ @session, @liip_theme.active_theme, @service_container ]
        tags:
          - { name: kernel.event_listener, event: kernel.request, method: onRequest, priority: 0 }
    

    I used this “@service_container” service, and call inside the event the target service “@Need.some.infos.service” and all works fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this problem: I have defined an event handler which requires parameters on
I have defined an Event class: Event and all the following classes inherit from
Let's say I have defined the following class: public abstract class Event { public
It seems that the WPF Rectangle shape does not have the Click event defined.
I have defined keyboard events which is working good in desktop but for touch
I have defined a tag with a CSS attribute overflow set to scroll. This
I have a few JavaScript functions that behave as event listeners for an <object/>
I have an httpservice object instantiated and have defined an event listener to handle
So I have columns defined like this: <DataGridTemplateColumn.CellTemplate> <DataTemplate> <TextBox Text={Binding Path=COLUMN_NAME, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}
I have a class defined in a an external pair of files, let's name

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.