Actions
Bug #24284
closedMake all code plugin locations accept class names instead of full file / class paths
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since we introduced an autoloader mechanism in TYPO3 4.3, every location in core code where one can register code to hook in or being executed additionally should support the autoloader.
Currently there are still a lot of locations that require developers to provide full paths to classes and methods to be executed. The goal is to allow providing just the class name to achieve the same result.
(issue imported from #M16660)
Actions