24 'class' => self::class,
29 PageLatestRevisionChangedEvent::TYPE,
46 || $event->isReconciliationRequest()
50 $this->messageCache->updateMessageOverride( $event->
getPage(), $content );
61 $this->messageCache->updateMessageOverride( $event->
getDeletedPage(),
null );
68class_alias( LanguageEventIngress::class,
'MediaWiki\\Languages\\LanguageEventIngress' );
if(!defined('MW_SETUP_CALLBACK'))
Base class for event ingress objects.
Domain event representing page deletion.
getDeletedPage()
Returns the page that was deleted, as it was before the deletion.
Domain event representing a change to the page's latest revision.
getPage()
Returns the page that was updated.
getLatestRevisionAfter()
The revision that became the latest as a result of the update.
Listener interface for PageDeletedEvents.
Listener interface for PageLatestRevisionChangedEvents.