You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arbitrary / undefined. Note that pre-interact and post-interact are available to give some level of ordering. Beyond that, there is no priority level setting for precisely adjusting hook order.
@greg-1-anderson@joachim-n as hooks rely on Symfony event dispatcher, I think it would be a nice new feature to allow passing a priority along with the hook annotation. Maybe @hook post-command cache:rebuild 300?
Is there a defined order for hooks of the same type, eg interact?
In particular, within a single commands class, is it:
The text was updated successfully, but these errors were encountered: