Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Client\Hooks\UpdateRepoHookHandler Class Reference

This class has a static interface for use with MediaWiki's hook mechanism; the static handler functions will create a new instance of UpdateRepoHookHandlers and then call the corresponding member function on that. More...

+ Inheritance diagram for Wikibase\Client\Hooks\UpdateRepoHookHandler:
+ Collaboration diagram for Wikibase\Client\Hooks\UpdateRepoHookHandler:

Public Member Functions

 __construct (NamespaceChecker $namespaceChecker, JobQueueGroup $jobQueueGroup, SiteLinkLookup $siteLinkLookup, LoggerInterface $logger, $repoDatabase, $siteGlobalID, $propagateChangesToRepo)
 
 onArticleDeleteComplete ( $wikiPage, $user, $reason, $id, $content, $logEntry, $archivedRevisionCount)
 After a page has been deleted also update the item on the repo.
 
 onPageMoveComplete ( $oldLinkTarget, $newLinkTarget, $userIdentity, $pageId, $redirid, $reason, $revisionRecord)
 After a page has been moved also update the item on the repo.
 

Static Public Member Functions

static newFromGlobalState ()
 

Private Member Functions

 isWikibaseEnabled ( $namespace)
 

Private Attributes

 $namespaceChecker
 
 $jobQueueGroup
 
 $siteLinkLookup
 
 $logger
 
 $repoDatabase
 
 $siteGlobalID
 
 $propagateChangesToRepo
 

Detailed Description

This class has a static interface for use with MediaWiki's hook mechanism; the static handler functions will create a new instance of UpdateRepoHookHandlers and then call the corresponding member function on that.

Author
Marius Hoch < hoo@o.nosp@m.nlin.nosp@m.e.de >

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Client\Hooks\UpdateRepoHookHandler::__construct ( NamespaceChecker  $namespaceChecker,
JobQueueGroup  $jobQueueGroup,
SiteLinkLookup  $siteLinkLookup,
LoggerInterface  $logger,
  $repoDatabase,
  $siteGlobalID,
  $propagateChangesToRepo 
)
Parameters
NamespaceChecker$namespaceChecker
JobQueueGroup$jobQueueGroup
SiteLinkLookup$siteLinkLookup
LoggerInterface$logger
string$repoDatabase
string$siteGlobalID
bool$propagateChangesToRepo

Member Function Documentation

◆ isWikibaseEnabled()

Wikibase\Client\Hooks\UpdateRepoHookHandler::isWikibaseEnabled (   $namespace)
private
See also
NamespaceChecker::isWikibaseEnabled
Parameters
int$namespace
Returns
bool

◆ newFromGlobalState()

static Wikibase\Client\Hooks\UpdateRepoHookHandler::newFromGlobalState ( )
static
Returns
self|null

◆ onArticleDeleteComplete()

Wikibase\Client\Hooks\UpdateRepoHookHandler::onArticleDeleteComplete (   $wikiPage,
  $user,
  $reason,
  $id,
  $content,
  $logEntry,
  $archivedRevisionCount 
)

After a page has been deleted also update the item on the repo.

This only works if there's a user account with the same name on the repo.

See also
https://www.mediawiki.org/wiki/Manual:Hooks/ArticleDeleteComplete
Parameters
WikiPage$wikiPageWikiPage that was deleted
User$userUser that deleted the article
string$reasonReason the article was deleted
int$idID of the article that was deleted
Content | null$contentContent of the deleted page (or null, when deleting a broken page)
\ManualLogEntry$logEntryManualLogEntry used to record the deletion
int$archivedRevisionCountNumber of revisions archived during the deletion
Returns
bool|void True or no return value to continue or false to abort

◆ onPageMoveComplete()

Wikibase\Client\Hooks\UpdateRepoHookHandler::onPageMoveComplete (   $oldLinkTarget,
  $newLinkTarget,
  $userIdentity,
  $pageId,
  $redirid,
  $reason,
  $revisionRecord 
)

After a page has been moved also update the item on the repo.

This only works if there's a user account with the same name on the repo.

See also
https://www.mediawiki.org/wiki/Manual:Hooks/PageMoveComplete
Parameters
LinkTarget$oldLinkTarget
LinkTarget$newLinkTarget
UserIdentity$userIdentity
int$pageIddatabase ID of the page that's been moved
int$rediridID of the created redirect
string$reason
RevisionRecord$revisionRecordrevision created by the move
Returns
bool

Member Data Documentation

◆ $jobQueueGroup

Wikibase\Client\Hooks\UpdateRepoHookHandler::$jobQueueGroup
private

◆ $logger

Wikibase\Client\Hooks\UpdateRepoHookHandler::$logger
private

◆ $namespaceChecker

Wikibase\Client\Hooks\UpdateRepoHookHandler::$namespaceChecker
private

◆ $propagateChangesToRepo

Wikibase\Client\Hooks\UpdateRepoHookHandler::$propagateChangesToRepo
private

◆ $repoDatabase

Wikibase\Client\Hooks\UpdateRepoHookHandler::$repoDatabase
private

◆ $siteGlobalID

Wikibase\Client\Hooks\UpdateRepoHookHandler::$siteGlobalID
private

◆ $siteLinkLookup

Wikibase\Client\Hooks\UpdateRepoHookHandler::$siteLinkLookup
private

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