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
I think I know why, because we use that information in proxy building, BUT a) I am not even sure it needs to be that way (apart from debugging information, but I have some ideas regarding that) and b) We could still provide it differently at runtime. Sounds weird but that could actually make sense, aaaaand STOP all that, writing this down actually gave me the answer.....
For the respective use case we already HAVE a way better way to do this, namely:
\Neos\Flow\ObjectManagement\ObjectManagerInterface::getClassNameByObjectName(), this should just return the right implementation as in, the chosen one the objectmanager would inject if you asked it, and that's all we need and we have an object manager, at least compiletime which also can answer this question.
Was that always the case? I mean why the hell do we separate the object configuration by package LOL. But that's for another PR / ticket
Originally posted by @kitsunet in #3318 (comment)
The text was updated successfully, but these errors were encountered: