Manual:RedirectStore.php
Appearance
MediaWiki file: RedirectStore.php | |
---|---|
Location: | includes\page\ |
Source code: | master • 1.43.0 • 1.42.4 • 1.39.11 |
Classes: | MediaWiki\Page\RedirectStore |
The RedirectStore class provides a service for storing and retrieving page redirect information.
Available since 1.38 and expanded in later versions, it is still considered unstable.
Implements
[edit]Instantiation
[edit]$redirectStore = MediaWikiServices::getService()->getRedirectStore();
Public methods
[edit]- getRedirectTarget( PageIdentity $page )