MediaWiki master
ContentModelChangeFactory.php
Go to the documentation of this file.
1<?php
23
26
35
42 public function newContentModelChange(
43 Authority $performer,
44 PageIdentity $page,
45 string $newContentModel
47}
Backend logic for changing the content model of a page.
Service for changing the content model of wiki pages.
newContentModelChange(Authority $performer, PageIdentity $page, string $newContentModel)
Interface for objects (potentially) representing an editable wiki page.
This interface represents the authority associated with the current execution context,...
Definition Authority.php:37