41 $config = $this->context->getConfig();
51 $this->getWikiPage()->checkTouched()
54 $redirFromTitle = $this->
getArticle()->getRedirectedFrom();
55 if ( !$redirFromTitle ) {
60 $redirFromTitle->getTouched()
65 if ( $touched && $this->
getOutput()->checkLastModified( $touched ) ) {
66 wfDebug( __METHOD__ .
": done 304" );
76class_alias( ViewAction::class,
'ViewAction' );
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
A class containing constants representing the names of configuration variables.
const DebugToolbar
Name constant for the DebugToolbar setting, for use with Config::get()