Implements hook_theme().
public function theme() : array { return [ 'search_result' => [ 'variables' => [ 'result' => NULL, 'plugin_id' => NULL, ], 'file' => 'search.pages.inc', ], ]; }