Problem/Motivation
ConfigStorageController feeds config data directly into entities without mapping them first.
Proposed resolution
Add ConfigStorageController::mapFromStorageRecord().
API changes
No BC breaks because of default implementation in ConfigStorageController.