|
Wikibase
MediaWiki Wikibase extension
|
Interface for searching for terms. More...
Inheritance diagram for Wikibase\Lib\Interactors\TermSearchInteractor:Public Member Functions | |
| searchForEntities ( $text, $languageCode, $entityType, array $termTypes) | |
Interface for searching for terms.
| Wikibase\Lib\Interactors\TermSearchInteractor::searchForEntities | ( | $text, | |
| $languageCode, | |||
| $entityType, | |||
| array | $termTypes ) |
| string | $text | Term text to search for |
| string | $languageCode | Language code to search in |
| string | $entityType | Type of Entity to return |
| string[] | $termTypes | Types of Term to return, array of Wikibase\Lib\TermIndexEntry::TYPE_* |
Implemented in Wikibase\Lib\Interactors\MatchingTermsLookupSearchInteractor.