Manual:ApiEditPage.php

Category:MediaWiki code#ApiEditPage.php

Details

The ApiEditPage class allows for editing and creating pages via the API. It extends the ApiBase class. For a list of parameters, see API:Edit#Parameters.

Hooks

Hooks called from this file are listed in the MediaWiki hooks included in ApiEditPage.php category.

See also

Category:MediaWiki code