ExtLocalconfFactory
Read onlyYes
FinalYes
Bootstrap related ext_localconf loading. Extensions must not use this.
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Methods
- __construct() : mixed
- createCacheEntry() : void
- Create cache entry for concatenated ext_localconf.php files
- load() : void
- Execute all extension "ext_localconf.php" files of loaded extensions.
- loadUncached() : void
Methods
__construct()
public
__construct(PackageManager $packageManager, PhpFrontend $codeCache) : mixed
Parameters
- $packageManager : PackageManager
- $codeCache : PhpFrontend
createCacheEntry()
Create cache entry for concatenated ext_localconf.php files
public
createCacheEntry() : void
load()
Execute all extension "ext_localconf.php" files of loaded extensions.
public
load() : void
Cache to a single file and use if exists.
loadUncached()
public
loadUncached() : void