MediaWiki master
TitleIsAlwaysKnownHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
27 public function onTitleIsAlwaysKnown( $title, &$isKnown );
28}
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onTitleIsAlwaysKnown( $title, &$isKnown)
This hook is called when determining if a page exists.