Skip to content
Snippets Groups Projects

Resolve #3492841 "Sms gateway attr"

Merged dpi requested to merge issue/smsframework-3492841:3492841-sms-gateway-attr into 3.0.x
17 files
+ 197
85
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -12,7 +12,7 @@ use Drupal\Component\Annotation\Plugin;
* Defines SmsGateway Annotation object.
*
* @Annotation
* @phpstan-type SmsGatewayDefinition array{id: string, label: \Drupal\Core\StringTranslation\TranslatableMarkup, outgoing_message_max_recipients?: int<-1, max>, incoming?: bool, incoming_route?: bool, schedule_aware?: bool, reports_pull?: bool, reports_push?: bool, credit_balance_available?: bool}
* @phpstan-type SmsGatewayLegacyDefinition array{id: string, label: \Drupal\Core\StringTranslation\TranslatableMarkup, outgoing_message_max_recipients?: int<-1, max>, incoming?: bool, incoming_route?: bool, schedule_aware?: bool, reports_pull?: bool, reports_push?: bool, credit_balance_available?: bool}
*/
class SmsGateway extends Plugin {
Loading