MediaWiki REL1_32
|
Static Public Member Functions | |
static | addToAdminLinks (ALTree &$adminLinksTree) |
Implements AdminLinks hook from Extension:Admin_Links. | |
static | getReservedNames (&$names) |
Implements UserGetReservedNames hook. | |
static | replaceTextReminder (&$form, &$ot, &$nt) |
Implements SpecialMovepageAfterMove hook. | |
Definition at line 23 of file ReplaceTextHooks.php.
|
static |
Implements AdminLinks hook from Extension:Admin_Links.
ALTree | &$adminLinksTree |
Definition at line 31 of file ReplaceTextHooks.php.
References text, and wfMessage().
|
static |
Implements UserGetReservedNames hook.
array | &$names |
Definition at line 67 of file ReplaceTextHooks.php.
References $wgReplaceTextUser.
|
static |
Implements SpecialMovepageAfterMove hook.
Adds a link to the Special:ReplaceText page at the end of a successful regular page move message.
MovePageForm | &$form | |
Title | &$ot | Title object of the old article (moved from) |
Title | &$nt | Title object of the new article (moved to) |
Definition at line 55 of file ReplaceTextHooks.php.
References $out, and ReplaceTextUtils\link().