Project

General

Profile

Actions

Task #29164

closed

Remove array duplication in T3_SERVICES

Added by Christian Kuhn almost 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
Start date:
2011-08-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:

Description

These informations are important for a service: The extension name of a service implementation (eg. 'saltedpasswords'), the service type (eg. 'auth') and the class implementing the service (service key, eg. 'tx_saltedpasswords_sv1'). t3lib_extMgm::addService() registers a service in global array T3_SERVICES[type][key]. Additinonally it registers the same service as T3_SERVICES[key][key]. The latter registration is actually never used by any other service method in the core and should be removed to simplify this handling a bit.

Actions

Also available in: Atom PDF