Loading modules/form/src/HookHandler.php +4 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,10 @@ class HookHandler extends BaseHookHandler { } /** * Walk through element array recursively and add the extra submit-handler to * all elements where necessary. * Add submit handler to nested elements if necessary. * * Walks through the element array recursively and adds the extra * submit-handler to all elements where necessary. * * @param array $elements * A render array to walk through. Loading Loading
modules/form/src/HookHandler.php +4 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,10 @@ class HookHandler extends BaseHookHandler { } /** * Walk through element array recursively and add the extra submit-handler to * all elements where necessary. * Add submit handler to nested elements if necessary. * * Walks through the element array recursively and adds the extra * submit-handler to all elements where necessary. * * @param array $elements * A render array to walk through. Loading