Download the PHP package contao-community-alliance/backports-initialize-system without Composer
On this page you can find all versions of the php package contao-community-alliance/backports-initialize-system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download contao-community-alliance/backports-initialize-system
More information about contao-community-alliance/backports-initialize-system
Files in contao-community-alliance/backports-initialize-system
Package backports-initialize-system
Short Description Backport of the initializeSystem Hook for Contao Open Source CMS.
License LGPL-3.0+
Homepage http://c-c-a.org/
Informations about the package backports-initialize-system
Backports: initializeSystem Hook
Allows you to use the $GLOBALS['TL_HOOKS']['initializeSystem']
Hook on Contao 2.11 and 3.0.
Known limitations
On Contao 3.1 or newer, the initializeSystem
Hooks is called immediately before the initconfig.php
is included, at the near end of the initialize.php
.
This backport use an autoloader injection and will be loaded when the RequestToken
class get loaded
in the mid of the initialize.php
. That means, that the timezone is not set, TL_PATH
is not defined and no $GLOBALS['TL_LANGUAGE']
is set!
When you use this backport, you need to deal with this limitation ;-)
All versions of backports-initialize-system with dependencies
contao/core Version >=2.11-dev,<4-dev
contao-community-alliance/composer-plugin Version ~2.0