Skip to content

Dependencies between extensions #4471

Answered by marcphilipp
roded asked this question in Q&A
Discussion options

You must be logged in to vote

There's no way to declare a dependency between two extensions. Registration order is preserved, though. Thus, if you register them in the desired order they will be called in that order. If that is too brittle, you can register an "orchestrating" extension instead of the individual ones and delegate to them.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by roded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants