* Return the 'submit' event handler function used for the parent form. * * @returns {Function} * @private
()
| 1479 | * @private |
| 1480 | */ |
| 1481 | _getFormHandlerFunction() { |
| 1482 | const formHandlerName = this._getFormHandlerKey(); |
| 1483 | |
| 1484 | return window.aNFormHandlerMap.get(formHandlerName); |
| 1485 | } |
| 1486 | |
| 1487 | /** |
| 1488 | * Remove the dataset attributes `data-an-count` and `data-an-form-handler` from the parent form element. |
no test coverage detected