36 protected function titles( array $titles ) {
37 return array_map(
static function (
Title $t ) {
38 return $t->getPrefixedText();
46 protected function strings( array $strings ) {
Handles searching prefixes of titles and finding any page names that match.
Performs prefix search, returning strings.