Skip to content

Instantly share code, notes, and snippets.

@Tuurlijk
Created September 12, 2018 06:19
Show Gist options
  • Save Tuurlijk/79aba880880e6340ffd2720ff1c5b623 to your computer and use it in GitHub Desktop.
Save Tuurlijk/79aba880880e6340ffd2720ff1c5b623 to your computer and use it in GitHub Desktop.
Details on deprecated legacy for a TYPO3 deprecation scanner

Use of non-namespaced classes

Description

In the past extensions used classnames starting with tx_. Since the intruduction of namespaces in TYPO3, you should use namespaces instead.

Impact

If you prefix your old classnames with \ throughout your code, things may still work.

Migration

Use proper namespaced code instead.

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