I'm really confused, can someone clarify this?
Check the entries for “Validating Forms” and “Submitting Forms” in the Forms API Quick Start Guide - by default, Drupal will look for a function named [form_id]_submit , but this is only the default behavior. You can override this (or add more than one callback) by placing the callback function names in the #submit attribute of the #submit declaration (see http://api.drupal.org/api/drupal/developer--topics--forms_api_reference.html / 6 # submit-prop ).
[form_id]_submit
#submit
Source: https://habr.com/ru/post/1309957/More articles:Providing server level javascript. Good or bad idea? - javascriptHow to run 64-bit applications on 32-bit OS - linuxbuilding reliable web security - securityObject is suddenly missing from HttpServletRequest - javaConstructor Initialization List: Code from C ++ Primer, Chapter 16 - c ++https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1309958/nservicebus-how-to-configure-bus-to-allow-windowsidentity-to-flow-from-client&usg=ALkJrhhNkp3oWHu3UYBq6-tSjM2lcJz7oQHow to make a server application with PHP - phpNServiceBus - How do I pass custom headers in a message envelope? - c #ReSharper: the 'Name' attribute is not allowed here; use "x: Name" instead of XAML - xamlHow to personalize Nservicebus - nservicebusAll Articles