Skip to content
Snippets Groups Projects
Commit f2deb160 authored by Benni Mack's avatar Benni Mack Committed by Anja Leichsenring
Browse files

[TASK] Remove internal Extbase Object Container code

Since the ObjectManagerInterface methods.
- isRegistered()
- getScope()

are internal, they are substituted by PHP's internal code, and avoid
look ups to the custom ObjectContainer code.

Two constants and further methods about Singleton checks
within Extbase's internal ObjectContainer are removed as they
are now unused as well.

Resolves: #91002
Releases: master
Change-Id: I1ed9ae2749aeabb6ab352057e639946289dde96a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64083


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 5ae395ba
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment