88 $this->titleFormatter, $this->linkCache, $this->nsInfo, $this->specialPageFactory,
109 $linkRenderer = $this->
create();
111 if ( in_array(
'forcearticlepath', $options,
true ) ) {
112 $linkRenderer->setForceArticlePath(
true );
115 if ( in_array(
'http', $options,
true ) ) {
117 } elseif ( in_array(
'https', $options,
true ) ) {
121 return $linkRenderer;
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Logs a warning that a deprecated feature was used.
Cache for article titles (prefixed DB keys) and ids linked from one source.
Factory for handling the special page list and generating SpecialPage objects.
This is a utility class for dealing with namespaces that encodes all the "magic" behaviors of them ba...