Last active
March 18, 2019 14:13
-
-
Save leonlaser/40b4dbe1cc9164aa35dfeeec662a89d6 to your computer and use it in GitHub Desktop.
[Overwrite object in TYPO3] Can be used in your extensions ext_localconf.php #objects #typo3 #overwrite #replace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$GLOBALS['TYPO3_CONF_VARS']['SYS']['Objects'][\Vendor\Package\Classname::class] = array( | |
'className' => \AnotherVendor\AnotherPackage\AnotherClassname::class | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment