MediaWiki REL1_39
ApiFeedContributions__feedItemHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use FeedItem;
8use stdClass;
9
34 public function onApiFeedContributions__feedItem( $row, $context, &$feedItem );
35}
A base class for outputting syndication feeds (e.g.
Definition FeedItem.php:36
Interface for objects which can provide a MediaWiki context on request.
This is a hook handler interface, see docs/Hooks.md.
onApiFeedContributions__feedItem( $row, $context, &$feedItem)
Use this hook to convert the result of ContribsPager into a FeedItem instance that ApiFeedContributio...