MediaWiki  1.31.0
ReplaceTextHooks.php
Go to the documentation of this file.
1 <?php
24 
31  public static function addToAdminLinks( ALTree &$adminLinksTree ) {
32  $generalSection = $adminLinksTree->getSection( wfMessage( 'adminlinks_general' )->text() );
33  $extensionsRow = $generalSection->getRow( 'extensions' );
34 
35  if ( is_null( $extensionsRow ) ) {
36  $extensionsRow = new ALRow( 'extensions' );
37  $generalSection->addRow( $extensionsRow );
38  }
39 
40  $extensionsRow->addItem( ALItem::newFromSpecialPage( 'ReplaceText' ) );
41 
42  return true;
43  }
44 
55  public static function replaceTextReminder( &$form, &$ot, &$nt ) {
56  $out = $form->getOutput();
57  $page = SpecialPageFactory::getPage( 'ReplaceText' );
58  $pageLink = ReplaceTextUtils::link( $page->getPageTitle() );
59  $out->addHTML( $form->msg( 'replacetext_reminder' )
60  ->rawParams( $pageLink )->inContentLanguage()->parseAsBlock() );
61  }
62 
67  public static function getReservedNames( &$names ) {
69  if ( !is_null( $wgReplaceTextUser ) ) {
70  $names[] = $wgReplaceTextUser;
71  }
72  }
73 }
text
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add text
Definition: design.txt:12
ReplaceTextHooks\addToAdminLinks
static addToAdminLinks(ALTree &$adminLinksTree)
Implements AdminLinks hook from Extension:Admin_Links.
Definition: ReplaceTextHooks.php:31
php
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
ReplaceTextUtils\link
static link(Title $title, $text=null)
Shim for compatibility.
Definition: ReplaceTextUtils.php:31
ReplaceTextHooks
Definition: ReplaceTextHooks.php:23
global
when a variable name is used in a it is silently declared as a new masking the global
Definition: design.txt:93
ReplaceTextHooks\getReservedNames
static getReservedNames(&$names)
Implements UserGetReservedNames hook.
Definition: ReplaceTextHooks.php:67
wfMessage
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "&lt
SpecialPageFactory\getPage
static getPage( $name)
Find the object with a given name and return it (or NULL)
Definition: SpecialPageFactory.php:369
ReplaceTextHooks\replaceTextReminder
static replaceTextReminder(&$form, &$ot, &$nt)
Implements SpecialMovepageAfterMove hook.
Definition: ReplaceTextHooks.php:55
$wgReplaceTextUser
$wgReplaceTextUser
Definition: ReplaceText.php:73
$out
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out
Definition: hooks.txt:783