Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Repo\Store\ItemsWithoutSitelinksFinder Interface Reference

Interface for services for getting items without sitelinks. More...

+ Inheritance diagram for Wikibase\Repo\Store\ItemsWithoutSitelinksFinder:

Public Member Functions

 getItemsWithoutSitelinks ( $limit=50, $offset=0)
 TODO: In the future, we probably want a non-numeric offset here, see T67333.
 

Detailed Description

Interface for services for getting items without sitelinks.

Author
Thomas Pellissier Tanon
Marius Hoch

Member Function Documentation

◆ getItemsWithoutSitelinks()

Wikibase\Repo\Store\ItemsWithoutSitelinksFinder::getItemsWithoutSitelinks ( $limit = 50,
$offset = 0 )

TODO: In the future, we probably want a non-numeric offset here, see T67333.

Parameters
int$limitLimit of the query.
int$offsetOffset of the query.
Returns
EntityId[]

Implemented in Wikibase\Repo\Store\Sql\SqlItemsWithoutSitelinksFinder.


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