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