Skip to content

Instantly share code, notes, and snippets.

@leonlaser
Last active March 18, 2019 14:13
Show Gist options
  • Save leonlaser/40b4dbe1cc9164aa35dfeeec662a89d6 to your computer and use it in GitHub Desktop.
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
<?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