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