MediaWiki master
ContentModelChangeFactory.php
Go to the documentation of this file.
1<?php
8namespace MediaWiki\Page;
9
12
21
28 public function newContentModelChange(
29 Authority $performer,
30 PageIdentity $page,
31 string $newContentModel
33}
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:23