Wikibase
MediaWiki Wikibase extension
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. More...
 

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
integer$limitLimit of the query.
integer$offsetOffset of the query.
Returns
EntityId[]

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


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