suggests to replace HelperPluginManagerFactory or provide a delegate
to configure Zend\View\HelperPluginManager with zend form view helpers.
But is this necessary?
The zend-form config provider (zendframework/zend-form/src/ConfigProvider.php)
returns the form view helpers with a ‘view_helpers’ key for which, it seems to me, the existing
HelperPluginManagerFactory already checks for.
I have tested this and zend-form view helpers seem to work without replacing HelperPluginManagerFactory.