I believe this `hook_views_api` implementation is triggering warnings in my logs: - https://github.com/backdrop-contrib/search_api_solr/blob/1.x-1.x/search_api_solr.module#L133-L143 Besides which, it seems to already be defined in the `search_api_views` module: - https://github.com/backdrop-contrib/search_api/blob/1.x-1.x/contrib/search_api_views/search_api_views.module#L8-L16 I think we can just take it out here, right?