|
DefaultCapabilities |
tests/modules/sms_test_gateway/src/Plugin/SmsGateway/DefaultCapabilities.php |
A gateway for testing undefined capability annotation values. |
|
Incoming |
tests/modules/sms_test_gateway/src/Plugin/SmsGateway/Incoming.php |
Defines a gateway supporting incoming route. |
|
Memory |
tests/modules/sms_test_gateway/src/Plugin/SmsGateway/Memory.php |
Defines a gateway storing transmitted SMS in memory. |
|
MemoryChunked |
tests/modules/sms_test_gateway/src/Plugin/SmsGateway/MemoryChunked.php |
Defines a gateway requiring chunked messages. |
|
MemoryOutgoingResult |
tests/modules/sms_test_gateway/src/Plugin/SmsGateway/MemoryOutgoingResult.php |
Defines a gateway with defective return values for its' send method. |
|
NoIncoming |
tests/modules/sms_test_gateway/src/Plugin/SmsGateway/NoIncoming.php |
Defines a gateway which does not implement incoming messages. |
|
ScheduleAware |
tests/modules/sms_test_gateway/src/Plugin/SmsGateway/ScheduleAware.php |
Defines a gateway which is aware of scheduled send time. |