Manual:generateConfigSchemaArray.php
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. |
MediaWiki file: generateConfigSchemaArray.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | GenerateConfigSchemaArray |
Details
editgenerateConfigSchemaArray.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
editOption | Description | Default | Required? |
---|---|---|---|
--output | Path to output. | $IP/includes/config-schema.php |
Optional |
Usage
editphp maintenance/generateConfigSchemaArray.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaArray.php --output Sample-ConfigSchema.php