Wikibase
MediaWiki Wikibase extension
|
Interface for services for getting items without sitelinks. More...
Public Member Functions | |
getItemsWithoutSitelinks ( $limit=50, $offset=0) | |
TODO: In the future, we probably want a non-numeric offset here, see T67333. | |
Interface for services for getting items without sitelinks.
Wikibase\Repo\Store\ItemsWithoutSitelinksFinder::getItemsWithoutSitelinks | ( | $limit = 50, | |
$offset = 0 ) |
TODO: In the future, we probably want a non-numeric offset here, see T67333.
int | $limit | Limit of the query. |
int | $offset | Offset of the query. |
Implemented in Wikibase\Repo\Store\Sql\SqlItemsWithoutSitelinksFinder.