|
MediaWiki master
|
Namespaces | |
| namespace | Hook |
Classes | |
| class | ActivityUpdateJob |
| Job for updating user activity like "last viewed" timestamps. More... | |
| class | ClearUserWatchlistJob |
| Job to clear a users watchlist in batches. More... | |
| class | ClearWatchlistNotificationsJob |
| Job for clearing all of the "last viewed" timestamps for a user's watchlist, or setting them all to the same value. More... | |
| class | NoWriteWatchedItemStore |
| class | WatchedItem |
| Representation of a pair of user and title for watchlist entries. More... | |
| class | WatchedItemQueryService |
| Class performing complex database queries related to WatchedItems. More... | |
| interface | WatchedItemQueryServiceExtension |
| Extension mechanism for WatchedItemQueryService. More... | |
| class | WatchedItemStore |
| Storage layer class for WatchedItems. More... | |
| interface | WatchedItemStoreInterface |
| class | WatchlistExpiryJob |
| class | WatchlistLabel |
| class | WatchlistLabelStore |
| Service class for storage of watchlist labels. More... | |
| class | WatchlistManager |
| WatchlistManager service. More... | |
Functions | |
| buildTools (?int $selectedMode=null) | |
| Build the HTML for links for navigation between watchlist viewing and editing modes. | |
| getAssociatedNavigationLinks () | |
| getLinkRenderer () | |
| getOutput () | |
| getShortDescription (string $path='') | |
| getUser () | |
| getWatchlistOwnerHtml () | |
| Get the "For <user>" HTML to add as the special page subtitle. | |
| msg ( $key,... $params) | |
Variables | |
| trait | WatchlistSpecialPage |
| Used by the three watchlist special pages (Watchlist, EditWatchlist, and WatchlistLabels) to handle their common navigation. | |
| MediaWiki\Watchlist\buildTools | ( | ?int | $selectedMode = null | ) |
Build the HTML for links for navigation between watchlist viewing and editing modes.
This is only used for skins that don't support the associated-pages menu.
| ?int | $selectedMode | The mode of the current page, to be shown as active. |
Definition at line 86 of file WatchlistSpecialPage.php.
References MediaWiki\SpecialPage\SpecialPage\getTitleFor(), and wfMessage().
| MediaWiki\Watchlist\getAssociatedNavigationLinks | ( | ) |
Definition at line 34 of file WatchlistSpecialPage.php.
References MediaWiki\MainConfigNames\EnableWatchlistLabels.
|
abstract |
|
abstract |
| MediaWiki\Watchlist\getShortDescription | ( | string | $path = '' | ) |
Definition at line 43 of file WatchlistSpecialPage.php.
References $path, and MediaWiki\Watchlist\msg().
|
abstract |
|
protected |
Get the "For <user>" HTML to add as the special page subtitle.
Definition at line 65 of file WatchlistSpecialPage.php.
|
abstract |
Referenced by MediaWiki\Watchlist\getShortDescription().
| trait MediaWiki::Watchlist\WatchlistSpecialPage |
Used by the three watchlist special pages (Watchlist, EditWatchlist, and WatchlistLabels) to handle their common navigation.
Definition at line 16 of file WatchlistSpecialPage.php.