TYPO3 CMS  TYPO3_7-6
ExtensionManagementUtilityAccessibleProxy.php
Go to the documentation of this file.
1 <?php
3 
4 /*
5  * This file is part of the TYPO3 CMS project.
6  *
7  * It is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU General Public License, either version 2
9  * of the License, or any later version.
10  *
11  * For the full copyright and license information, please read the
12  * LICENSE.txt file that was distributed with this source code.
13  *
14  * The TYPO3 project - inspiring people to share!
15  */
16 
19 
24 {
25  public static function setCacheManager(CacheManager $cacheManager = null)
26  {
27  static::$cacheManager = $cacheManager;
28  }
29 
30  public static function getPackageManager()
31  {
32  return static::$packageManager;
33  }
34 
35  public static function getExtLocalconfCacheIdentifier()
36  {
37  return parent::getExtLocalconfCacheIdentifier();
38  }
39 
40  public static function loadSingleExtLocalconfFiles()
41  {
42  parent::loadSingleExtLocalconfFiles();
43  }
44 
45  public static function getBaseTcaCacheIdentifier()
46  {
47  return parent::getBaseTcaCacheIdentifier();
48  }
49 
51  {
52  self::$extTablesWasReadFromCacheOnce = false;
53  }
54 
55  public static function createExtLocalconfCacheEntry()
56  {
57  parent::createExtLocalconfCacheEntry();
58  }
59 
60  public static function createExtTablesCacheEntry()
61  {
62  parent::createExtTablesCacheEntry();
63  }
64 
65  public static function getExtTablesCacheIdentifier()
66  {
67  return parent::getExtTablesCacheIdentifier();
68  }
69 
70  public static function buildBaseTcaFromSingleFiles()
71  {
72  $GLOBALS['TCA'] = [];
73  }
74 
75  public static function emitTcaIsBeingBuiltSignal(array $tca)
76  {
77  }
78 
79  public static function removeDuplicatesForInsertion($insertionList, $list = '')
80  {
81  return parent::removeDuplicatesForInsertion($insertionList, $list);
82  }
83 }
if(TYPO3_MODE==='BE') $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tsfebeuserauth.php']['frontendEditingController']['default']