TYPO3 CMS  TYPO3_6-2
t3lib_extMgm Class Reference
Inheritance diagram for t3lib_extMgm:
TYPO3\CMS\Core\Utility\ExtensionManagementUtility

Additional Inherited Members

- Static Public Member Functions inherited from TYPO3\CMS\Core\Utility\ExtensionManagementUtility
static setPackageManager (\TYPO3\CMS\Core\Package\PackageManager $packageManager)
 
static isLoaded ($key, $exitOnError=FALSE)
 
static extPath ($key, $script='')
 
static extRelPath ($key)
 
static siteRelPath ($key)
 
static getCN ($key)
 
static getExtensionKeyByPrefix ($prefix)
 
static clearExtensionKeyMap ()
 
static getExtensionVersion ($key)
 
static addTCAcolumns ($table, $columnArray, $addTofeInterface=FALSE)
 
static addToAllTCAtypes ($table, $newFieldsString, $typeList='', $position='')
 
static addFieldsToAllPalettesOfField ($table, $field, $addFields, $insertionPosition='')
 
static addFieldsToPalette ($table, $palette, $addFields, $insertionPosition='')
 
static addTcaSelectItem ($table, $field, array $item, $relativeToField='', $relativePosition='')
 
static getFileFieldTCAConfig ($fieldName, array $customSettingOverride=array(), $allowedFileExtensions='', $disallowedFileExtensions='')
 
static addFieldsToUserSettings ($addFields, $insertionPosition='')
 
static allowTableOnStandardPages ($table)
 
static addExtJSModule ($extensionName, $mainModuleName, $subModuleName='', $position='', array $moduleConfiguration=array())
 
static configureModule ($moduleSignature, $modulePath)
 
static addModule ($main, $sub='', $position='', $path='', $moduleConfiguration=array())
 
static registerExtDirectComponent ($endpointName, $callbackClass, $moduleName=NULL, $accessLevel=NULL)
 
static registerAjaxHandler ($ajaxId, $callbackMethod, $csrfTokenCheck=TRUE)
 
static addModulePath ($name, $path)
 
static insertModuleFunction ($modname, $className, $classPath, $title, $MM_key='function', $WS='')
 
static appendToTypoConfVars ($group, $key, $content)
 
static addPageTSConfig ($content)
 
static addUserTSConfig ($content)
 
static addLLrefForTCAdescr ($tca_descr_key, $file_ref)
 
static addNavigationComponent ($module, $componentId, $extensionKey=NULL)
 
static addCoreNavigationComponent ($module, $componentId)
 
static addService ($extKey, $serviceType, $serviceKey, $info)
 
static findService ($serviceType, $serviceSubType='', $excludeServiceKeys=array())
 
static findServiceByKey ($serviceKey)
 
static isServiceAvailable ($serviceType, $serviceKey, $serviceDetails)
 
static deactivateService ($serviceType, $serviceKey)
 
static addPlugin ($itemArray, $type='list_type', $extensionKey=NULL)
 
static addPiFlexFormValue ($piKeyToMatch, $value, $CTypeToMatch='list')
 
static addToInsertRecords ($table, $content_table='tt_content', $content_field='records')
 
static addPItoST43 ($key, $classFile='', $prefix='', $type='list_type', $cached=0)
 
static addStaticFile ($extKey, $path, $title)
 
static addTypoScriptSetup ($content)
 
static addTypoScriptConstants ($content)
 
static addTypoScript ($key, $type, $content, $afterStaticUid=0)
 
static getExtensionIcon ($extensionPath, $returnFullPath=FALSE)
 
static loadNewTcaColumnsConfigFiles ()
 
static isLocalconfWritable ()
 
static removeCacheFiles ()
 
static getLoadedExtensionListArray ()
 
static getRequiredExtensionListArray ()
 
static loadExtension ($extensionKey)
 
static unloadExtension ($extensionKey)
 
static writeNewExtensionList (array $newExtensionList)
 
- Static Protected Member Functions inherited from TYPO3\CMS\Core\Utility\ExtensionManagementUtility
static getCacheManager ()
 
static getSignalSlotDispatcher ()
 
static executePositionedStringInsertion ($list, $insertionList, $insertionPosition='')
 
static removeDuplicatesForInsertion ($insertionList, $list='')
 
static getInsertionNeedles ($item, array $itemDetails)
 
static explodeItemList ($itemList)
 
static generateItemList (array $items, $useRawData=FALSE)
 
static loadSingleExtLocalconfFiles ()
 
static createExtLocalconfCacheEntry ()
 
static getExtLocalconfCacheIdentifier ()
 
static buildBaseTcaFromSingleFiles ()
 
static emitTcaIsBeingBuiltSignal (array $tca)
 
static getBaseTcaCacheIdentifier ()
 
static loadSingleExtTablesFiles ()
 
static createExtTablesCacheEntry ()
 
static getExtTablesCacheIdentifier ()
 
- Static Protected Attributes inherited from TYPO3\CMS\Core\Utility\ExtensionManagementUtility
static $extensionKeyMap
 
static $extTablesWasReadFromCacheOnce = FALSE
 
static $packageManager
 
static $cacheManager
 
static $signalSlotDispatcher
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1072 of file LegacyClassesForIde.php.