Manual:RedirectStore.php

Category:MediaWiki code#RedirectStore.php

Template:MW file/noslash

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

Instantiation

$redirectStore = MediaWikiServices::getService()->getRedirectStore();

Public methods

  • getRedirectTarget( PageIdentity $page )
Category:MediaWiki code