2 if (!defined(
'TYPO3_MODE')) {
7 $GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'scheduler'][
'tasks'][
'TYPO3\\CMS\\Extensionmanager\\Task\\UpdateExtensionListTask'] = array(
8 'extension' => $_EXTKEY,
9 'title' =>
'LLL:EXT:' . $_EXTKEY .
'/Resources/Private/Language/locallang.xlf:task.updateExtensionListTask.name',
10 'description' =>
'LLL:EXT:' . $_EXTKEY .
'/Resources/Private/Language/locallang.xlf:task.updateExtensionListTask.description',
11 'additionalFields' =>
'',
15 $GLOBALS[
'TYPO3_CONF_VARS'][
'SC_OPTIONS'][
'extbase'][
'commandControllers'][] =
'TYPO3\\CMS\\Extensionmanager\\Command\\ExtensionCommandController';
16 if (!(TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_INSTALL)) {
19 'TYPO3\\CMS\\Extensionmanager\\Service\\ExtensionManagementService',
20 'willInstallExtensions',
21 'TYPO3\\CMS\\Core\\Package\\PackageManager',
22 'scanAvailablePackages' 25 'TYPO3\\CMS\\Extensionmanager\\Utility\\InstallUtility',
26 'tablesDefinitionIsBeingBuilt',
27 'TYPO3\\CMS\\Core\\Cache\\Cache',
28 'addCachingFrameworkRequiredDatabaseSchemaToTablesDefinition' 31 'TYPO3\\CMS\\Extensionmanager\\Utility\\InstallUtility',
32 'tablesDefinitionIsBeingBuilt',
33 'TYPO3\\CMS\\Core\\Category\\CategoryRegistry',
34 'addExtensionCategoryDatabaseSchemaToTablesDefinition'
static makeInstance($className)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]