Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I really don't understand the purpose of that sms_send_form() function. I'd just take it out. We can replace it with a proper UI module for sending sms if needed.
I think it will end up being a helper for the gateway plugins for methods... Do we need the number field/do gateway plugins depend on "number" existing?
Comments
Comment #2
dpiI'll update the OP when I figure out what exactly to do. For now I'm messing around with the code.
Comment #3
almaudoh commentedI really don't understand the purpose of that
sms_send_form()function. I'd just take it out. We can replace it with a proper UI module for sending sms if needed.Comment #4
dpiI think it will end up being a helper for the gateway plugins for methods... Do we need the number field/do gateway plugins depend on "number" existing?
Comment #5
dpiAlright might be best to remove and decide later. I think this means we remove
SmsGatewayPluginInterface::sendForm().Comment #6
almaudoh commentedYes
Comment #7
dpiComment #12
dpiFix issue with SMS devel not sending the message.
Comment #13
dpiComment #15
dpi