50 $config = $this->context->getConfig();
60 $this->getWikiPage()->checkTouched()
63 $redirFromTitle = $this->
getArticle()->getRedirectedFrom();
64 if ( !$redirFromTitle ) {
69 $redirFromTitle->getTouched()
74 if ( $touched && $this->
getOutput()->checkLastModified( $touched ) ) {
75 wfDebug( __METHOD__ .
": done 304" );
85class_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()