Wikibase
MediaWiki Wikibase extension
|
TermsCollisionDetector implementation that does nothing (always returns no collision) More...
Public Member Functions | |
detectLabelCollision (string $lang, string $label) | |
Returns an entity id that collides with given label in given languages, if any. More... | |
detectLabelAndDescriptionCollision (string $lang, string $label, string $description) | |
Returns an entity id that collides with given label and description in given languages, if any. More... | |
TermsCollisionDetector implementation that does nothing (always returns no collision)
Wikibase\Repo\Store\NullTermsCollisionDetector::detectLabelAndDescriptionCollision | ( | string | $lang, |
string | $label, | ||
string | $description | ||
) |
Returns an entity id that collides with given label and description in given languages, if any.
string | $lang | |
string | $label | |
string | $description |
Implements Wikibase\Repo\Store\TermsCollisionDetector.
Wikibase\Repo\Store\NullTermsCollisionDetector::detectLabelCollision | ( | string | $lang, |
string | $label | ||
) |
Returns an entity id that collides with given label in given languages, if any.
string | $lang | |
string | $label |
Implements Wikibase\Repo\Store\TermsCollisionDetector.