Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!!! TASK: Make ObjectManagerInterface a superset of PSR-11 #1176

Merged
merged 1 commit into from Jan 22, 2018

Conversation

kitsunet
Copy link
Member

Makes the ObjectManagerInterface fully compatible with
the PSR-11 ContainerInterface.

This is a breaking change in case you implemented
ObjectManagerInterface because you would have to implement the
has method now in your implementation.

Makes the ``ObjectManagerInterface`` fully compatible with
the PSR-11 ``ContainerInterface``.

This is a breaking change in case you implemented
``ObjectManagerInterface`` because you would have to implement the
``has`` method now in your implementation.
@kitsunet
Copy link
Member Author

After discussion in: #1163

@albe and @dfeyer maybe have a look :)

Copy link
Member

@albe albe left a comment

Choose a reason for hiding this comment

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

I approve. Are there any drawbacks in going this route of extending the ContainerInterface?

@kitsunet
Copy link
Member Author

Nope, no drawbacks AFAIK. We might want to look at how we can (in appropriate places) say we want the Containerinterface and get the object manager. But that can be done later.

@kitsunet kitsunet merged commit f4e4b26 into neos:master Jan 22, 2018
@kitsunet kitsunet deleted the task/objectmanager-interface-psr-13 branch January 22, 2018 15:02
@mficzel mficzel added this to To Do in Neos 4.0 & Flow 5.0 Release Board via automation Feb 28, 2018
@mficzel mficzel moved this from To Do to Done in Neos 4.0 & Flow 5.0 Release Board Feb 28, 2018
ComiR pushed a commit to ComiR/flow-development-collection that referenced this pull request Aug 17, 2018
…ce-psr-13

!!! TASK: Make ObjectManagerInterface a superset of PSR-11

Makes the ``ObjectManagerInterface`` fully compatible with
the PSR-11 ``ContainerInterface``.

This is a breaking change in case you implemented
``ObjectManagerInterface`` because you would have to implement the
``has`` method now in your implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants