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