You are here

service plugin.manager.sms_gateway in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 sms.services.yml \plugin.manager.sms_gateway
  2. 2.1.x sms.services.yml \plugin.manager.sms_gateway

Class

Drupal\sms\Plugin\SmsGatewayPluginManager
2 string references to plugin.manager.sms_gateway
SmsFrameworkBrowserTestBase::setUp in tests/src/Functional/SmsFrameworkBrowserTestBase.php
SmsGateway::getPluginCollection in src/Entity/SmsGateway.php
Encapsulates the creation of the action's LazyPluginCollection.

File

./sms.services.yml
sms.services.yml

View source
  1. class: Drupal\sms\Plugin\SmsGatewayPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'