At the moment you can't alter any of the gateway info. This makes it difficult to do things like altering a gateway's validation function. The following (very simple) patch fixes this by passing all gateway info loads through drupal_alter.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2090635-4.patch | 1.78 KB | almaudoh |
| smsframework-gateway_info_alter_hook-0.patch | 526 bytes | torpy |
Comments
Comment #1
almaudoh commentedMoving all feature requests to 8.x-1.x, and adding 'needs backport' tag.
Comment #3
dpiWe already get this for free from D8's plugin manager. Added documentation for it.
Returning to D7
Comment #4
almaudoh commentedAdded some test coverage.
Comment #6
almaudoh commentedCommitted / pushed to 7.x-1.x