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. More... | |
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.
integer | $limit | Limit of the query. |
integer | $offset | Offset of the query. |
Implemented in Wikibase\Repo\Store\Sql\SqlItemsWithoutSitelinksFinder.