Manual:generateConfigSchemaArray.php
From Linux Web Expert
<translate> This page is obsolete. It is being retained for archival purposes.</translate> <translate> It may document extensions or features that are obsolete and/or no longer supported.</translate> <translate> Do not rely on any information on this page.</translate> |
MediaWiki file: generateConfigSchemaArray.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.41.1 • 1.40.3 • 1.39.7 |
Classes: | GenerateConfigSchemaArray |
Details
generateConfigSchemaArray.php was a maintenance script to generates the PHP representation of the config-schema.yaml
file.
This maintenance script only existed during the development of MediaWiki 1.39 and was never present in any released version.
Options/Arguments
Option | Description | Default | Required? |
---|---|---|---|
--output | Path to output. | $IP/includes/config-schema.php |
<translate> Optional</translate> |
Usage
php maintenance/generateConfigSchemaArray.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaArray.php --output Sample-ConfigSchema.php