Combine all WebAPI hooks into one module.
Review Request #15315 — Created Sept. 17, 2026 and updated — Latest diff uploaded
This consolidates
api_extra_data_access.pyand
webapi_capabilities.pyinto a single topical module for WebAPI-related
hooks. It's in preparation for a new hook that's in the works.Aside from some line length fixes, this doesn't affect any code or
perform other cleanup.