MediaWiki REL1_35
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
31 public function onApiFeedContributions__feedItem( $row, $context, &$feedItem );
32}
A base class for outputting syndication feeds (e.g.
Definition FeedItem.php:33
Interface for objects which can provide a MediaWiki context on request.
onApiFeedContributions__feedItem( $row, $context, &$feedItem)
Use this hook to convert the result of ContribsPager into a FeedItem instance that ApiFeedContributio...