Skip to content

Try and resolve Extension classes from the DI container#1909

Merged
bobdenotter merged 1 commit intobolt:masterfrom
rossriley:feature/resolve-extensions-di
Sep 27, 2020
Merged

Try and resolve Extension classes from the DI container#1909
bobdenotter merged 1 commit intobolt:masterfrom
rossriley:feature/resolve-extensions-di

Conversation

@rossriley
Copy link
Copy Markdown
Member

This is useful if the base extension has a complex dependency graph.

You can configure the base extension class in services.yaml eg:

Bolt\Extension\SomeCompany\CoolExtension:
        public: true

and it will then be constructed with dependencies resolved.

Copy link
Copy Markdown
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @rossriley

I've bumped Travis, and after it passes, I'll merge it in! :-)

@bobdenotter bobdenotter merged commit d71bd61 into bolt:master Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants