34 protected function titles( array $titles ) {
35 return array_map(
static function (
Title $t ) {
36 return $t->getPrefixedText();
44 protected function strings( array $strings ) {
Handles searching prefixes of titles and finding any page names that match.
Performs prefix search, returning strings.
Represents a title within MediaWiki.