Issue #3576020: Fix "Delete all aliases" checkbox not working
The submitEntityForm() method was looking for form values at 'path_wrapper' but the actual form input name is 'domain_path_wrapper'.
Changed getValue('path_wrapper') to getValue('domain_path_wrapper') to match the form element name defined in the #states configuration.
Closes #3576020