MediaWiki REL1_35
MediaWiki\Hook\TitleIsAlwaysKnownHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\TitleIsAlwaysKnownHook:

Public Member Functions

 onTitleIsAlwaysKnown ( $title, &$isKnown)
 This hook is called when determining if a page exists.
 

Detailed Description

Stable to implement.

Definition at line 11 of file TitleIsAlwaysKnownHook.php.

Member Function Documentation

◆ onTitleIsAlwaysKnown()

MediaWiki\Hook\TitleIsAlwaysKnownHook::onTitleIsAlwaysKnown (   $title,
$isKnown 
)

This hook is called when determining if a page exists.

Use this hook to override default behavior for determining if a page exists. If $isKnown is kept as null, regular checks happen. If it's a boolean, this value is returned by the isKnown method.

Since
1.35
Parameters
Title$titleTitle object that is being checked
bool | null&$isKnownWhether MediaWiki currently thinks this page is known
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: