Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MediaWiki\Extension\Translate\RecentChangesTranslationFilterHookHandler Class Reference

Class to add a new filter to Special:RecentChanges which makes it possible to filter translations away or show them only. More...

Inheritance diagram for MediaWiki\Extension\Translate\RecentChangesTranslationFilterHookHandler:

Public Member Functions

 __construct (ILoadBalancer $loadBalancer, Config $config)
 
 onChangesListSpecialPageQuery ( $pageName, &$tables, &$fields, &$conds, &$query_options, &$join_conds, $opts)
 
 onSpecialRecentChangesPanel (&$extraOpts, $opts)
 Adds a HTMl selector into $items @inheritDoc.
 
 onChangesListSpecialPageStructuredFilters ( $special)
 Adds translations filters to structured UI @inheritDoc.
 

Detailed Description

Class to add a new filter to Special:RecentChanges which makes it possible to filter translations away or show them only.

Author
Niklas Laxström

Definition at line 31 of file RecentChangesTranslationFilterHookHandler.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Extension\Translate\RecentChangesTranslationFilterHookHandler::__construct ( ILoadBalancer $loadBalancer,
Config $config )

Member Function Documentation

◆ onChangesListSpecialPageQuery()

MediaWiki\Extension\Translate\RecentChangesTranslationFilterHookHandler::onChangesListSpecialPageQuery ( $pageName,
& $tables,
& $fields,
& $conds,
& $query_options,
& $join_conds,
$opts )

◆ onChangesListSpecialPageStructuredFilters()

MediaWiki\Extension\Translate\RecentChangesTranslationFilterHookHandler::onChangesListSpecialPageStructuredFilters ( $special)

Adds translations filters to structured UI @inheritDoc.

Definition at line 136 of file RecentChangesTranslationFilterHookHandler.php.

◆ onSpecialRecentChangesPanel()

MediaWiki\Extension\Translate\RecentChangesTranslationFilterHookHandler::onSpecialRecentChangesPanel ( & $extraOpts,
$opts )

Adds a HTMl selector into $items @inheritDoc.

Definition at line 95 of file RecentChangesTranslationFilterHookHandler.php.


The documentation for this class was generated from the following file: