MediaWiki master
|
Manage foreign resources registered with ResourceLoader. More...
Public Member Functions | |
__construct ( $registryFile, $libDir, ?callable $infoPrinter=null, ?callable $errorPrinter=null, ?callable $verbosePrinter=null) | |
generateCdx () | |
Returns a JSON string describing the foreign resources in a CycloneDX format. | |
getCdxFileLocation () | |
Get the path to the CycloneDX file that describes the foreign resources. | |
run ( $action, $module) | |
Manage foreign resources registered with ResourceLoader.
Definition at line 42 of file ForeignResourceManager.php.
MediaWiki\ResourceLoader\ForeignResourceManager::__construct | ( | $registryFile, | |
$libDir, | |||
?callable | $infoPrinter = null, | ||
?callable | $errorPrinter = null, | ||
?callable | $verbosePrinter = null ) |
string | $registryFile | Path to YAML file |
string | $libDir | Path to a modules directory |
callable | null | $infoPrinter | Callback for printing info about the run. |
callable | null | $errorPrinter | Callback for printing errors from the run. |
callable | null | $verbosePrinter | Callback for printing extra verbose progress information from the run. |
Definition at line 94 of file ForeignResourceManager.php.
References MediaWiki\MainConfigNames\CacheDirectory, and MediaWiki\MediaWikiServices\getInstance().
MediaWiki\ResourceLoader\ForeignResourceManager::generateCdx | ( | ) |
Returns a JSON string describing the foreign resources in a CycloneDX format.
Definition at line 234 of file ForeignResourceManager.php.
MediaWiki\ResourceLoader\ForeignResourceManager::getCdxFileLocation | ( | ) |
Get the path to the CycloneDX file that describes the foreign resources.
Definition at line 245 of file ForeignResourceManager.php.
Referenced by MediaWiki\ResourceLoader\ForeignResourceManager\run().
MediaWiki\ResourceLoader\ForeignResourceManager::run | ( | $action, | |
$module ) |
string | $action | |
string | $module |
LogicException |
Definition at line 131 of file ForeignResourceManager.php.
References MediaWiki\ResourceLoader\ForeignResourceManager\getCdxFileLocation(), wfMkdirParents(), and wfRecursiveRemoveDir().