Skip to content

Instantly share code, notes, and snippets.

@Tuurlijk
Created September 12, 2018 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tuurlijk/f857bf41e559ce3908290fb96d98b5e4 to your computer and use it in GitHub Desktop.
Save Tuurlijk/f857bf41e559ce3908290fb96d98b5e4 to your computer and use it in GitHub Desktop.
Details on deprecated legacy for a TYPO3 deprecation scanner

Renamed TYPO3 core libraries

Description

The classes t3lib_* and tslib_* have been removed from the core. You could use them when you had the compatibility layer enabled.

Impact

All code calling methods like t3lib_div::makeInstance() will no longer work.

Migration

Use the current replacements in the core like GeneralUtility::makeInstance().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment