You are here

Classes, traits, and interfaces in SMS Framework 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
SmsFrameworkUserTest class Drupal\Tests\sms_user\Kernel modules/sms_user/tests/src/Kernel/SmsFrameworkUserTest.php General tests for SMS User.
SmsFrameworkVerificationMaintenanceTest class Drupal\Tests\sms\Kernel tests/src/Kernel/SmsFrameworkVerificationMaintenanceTest.php Tests verification maintenance executed during cron.
SmsFrameworkViewsTest class Drupal\Tests\sms\Kernel tests/src/Kernel/SmsFrameworkViewsTest.php Tests SMS Framework integration with Views.
SmsGateway class Drupal\sms\Entity src/Entity/SmsGateway.php Defines storage for an SMS Gateway instance. 12
SmsGateway class Drupal\sms\Annotation src/Annotation/SmsGateway.php Defines SmsGateway Annotation object.
SmsGatewayDeleteForm class Drupal\sms\Form src/Form/SmsGatewayDeleteForm.php Form controller to delete SMS Gateway.
SmsGatewayForm class Drupal\sms\Form src/Form/SmsGatewayForm.php Form controller for SMS Gateways.
SmsGatewayInterface interface Drupal\sms\Entity src/Entity/SmsGatewayInterface.php Provides an interface defining a SMS Gateway entity. 1 13
SmsGatewayListBuilder class Drupal\sms\Lists src/Lists/SmsGatewayListBuilder.php Builds a list of SMS Gateway plugins.
SmsGatewayPluginBase abstract class Drupal\sms\Plugin src/Plugin/SmsGatewayPluginBase.php Base class for sms gateway plugins. 5 5
SmsGatewayPluginCollection class Drupal\sms\Plugin src/Plugin/SmsGatewayPluginCollection.php Provides a container for lazily loading SMS Gateway plugins. 1
SmsGatewayPluginInterface interface Drupal\sms\Plugin src/Plugin/SmsGatewayPluginInterface.php Default implementation of SMS gateway plugin. 1
SmsGatewayPluginManager class Drupal\sms\Plugin src/Plugin/SmsGatewayPluginManager.php Manages SMS gateways implemented using AnnotatedClassDiscovery. 2
SmsGatewayPluginManagerInterface interface Drupal\sms\Plugin src/Plugin/SmsGatewayPluginManagerInterface.php Manages SMS Gateways. 1 1
SmsIncomingController class Drupal\sms src/SmsIncomingController.php Provides a controller for receiving incoming messages.
SmsIncomingEventInterface interface Drupal\sms\Plugin\SmsGateway src/Plugin/SmsGateway/SmsIncomingEventInterface.php Interface for gateways implementing an incoming event subscriber.
SmsIncomingEventProcessorInterface interface Drupal\sms\Plugin\SmsGateway src/Plugin/SmsGateway/SmsIncomingEventProcessorInterface.php Interface for gateways implementing an incoming event subscriber. 1 2
SmsLinkFormatter class Drupal\sms_sendtophone\Plugin\Field\FieldFormatter modules/sms_sendtophone/src/Plugin/Field/FieldFormatter/SmsLinkFormatter.php Defines a SMS field formatter.
SmsMessage class Drupal\sms\Entity src/Entity/SmsMessage.php Defines the SMS message entity. 20
SmsMessage class Drupal\sms\Message src/Message/SmsMessage.php Basic implementation of an SMS message. 1 11
SmsMessageDirection class Drupal\sms\Plugin\views\field src/Plugin/views/field/SmsMessageDirection.php Field handler to show SMS message direction.
SmsMessageEvent class Drupal\sms\Event src/Event/SmsMessageEvent.php Event fired when SMS messages are processed. 7
SmsMessageInterface interface Drupal\sms\Entity src/Entity/SmsMessageInterface.php Interface for SMS message entity. 1 7
SmsMessageInterface interface Drupal\sms\Message src/Message/SmsMessageInterface.php Contains information about an SMS message. 2 21
SmsMessageProcessor class Drupal\sms\EventSubscriber src/EventSubscriber/SmsMessageProcessor.php Handles messages before they are processed by queue(), send(), or incoming(). 2
SmsMessageReportStatus class Drupal\sms\Message src/Message/SmsMessageReportStatus.php Defines states for SMS message reports. 8
SmsMessageResult class Drupal\sms\Entity src/Entity/SmsMessageResult.php Defines the SMS message result entity. 3
SmsMessageResult class Drupal\sms\Message src/Message/SmsMessageResult.php The result of an SMS messaging transaction. 8
SmsMessageResultInterface interface Drupal\sms\Entity src/Entity/SmsMessageResultInterface.php Interface for SMS message result entity. 1 1
SmsMessageResultInterface interface Drupal\sms\Message src/Message/SmsMessageResultInterface.php Contains information on SMS message results. 2 10
SmsMessageResultStatus class Drupal\sms\Message src/Message/SmsMessageResultStatus.php Defines states for SMS message results. 1
SmsMessageStatus class Drupal\sms\Message src/Message/SmsMessageStatus.php Defines common SMS Framework message state. 2
SmsMessageTest class Drupal\Tests\sms\Unit\Message tests/src/Unit/Message/SmsMessageTest.php Unit Tests for SmsMessage.
SmsMessageViewsData class Drupal\sms\Views src/Views/SmsMessageViewsData.php Provides views data for SMS message entities.
SmsPluginReportException class Drupal\sms\Exception src/Exception/SmsPluginReportException.php Thrown if the result or reports set on a message by a gateway are invalid. 2
SmsProcessingResponse class Drupal\sms src/SmsProcessingResponse.php Defines a container for SMS objects for processing and a request response. 1
SmsProcessor class Drupal\sms\Plugin\QueueWorker src/Plugin/QueueWorker/SmsProcessor.php Transmits SMS messages.
SmsProviderInterface interface Drupal\sms\Provider src/Provider/SmsProviderInterface.php Provides an interface for sending messages. 1 6
SmsQueueProcessor class Drupal\sms\Provider src/Provider/SmsQueueProcessor.php The SMS Queue Processor. 2
SmsQueueProcessorInterface interface Drupal\sms\Provider src/Provider/SmsQueueProcessorInterface.php Interface for SMS Queue Processor. 1
SmsRouteEnhancer class Drupal\sms\Routing\Enhancer src/Routing/Enhancer/SmsRouteEnhancer.php Route enhancer for SMS Framework. 2
SmsSendToPhoneBrowserTest class Drupal\Tests\sms_sendtophone\Functional modules/sms_sendtophone/tests/src/Functional/SmsSendToPhoneBrowserTest.php Integration tests for the SMS SendToPhone Module.
SmsSendWidget class Drupal\sms_sendtophone\Plugin\Field\FieldWidget modules/sms_sendtophone/src/Plugin/Field/FieldWidget/SmsSendWidget.php Plugin implementation of the 'sms_sendtophone' widget.
SmsSettingsForm class Drupal\sms\Form src/Form/SmsSettingsForm.php Provides a form for SMS settings. 1
SmsStorageException class Drupal\sms\Exception src/Exception/SmsStorageException.php Thrown when an invalid operation occurs during SMS storage. 3
SmsTelephoneWidget class Drupal\sms\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/SmsTelephoneWidget.php Plugin implementation of the 'sms_telephone' widget.
SmsTestEventSubscriber class Drupal\sms_test\EventSubscriber tests/modules/sms_test/src/EventSubscriber/SmsTestEventSubscriber.php Test event subscriber. 2
SmsTestGatewayEventSubscriber class Drupal\sms_test_gateway\EventSubscriber tests/modules/sms_test_gateway/src/EventSubscriber/SmsTestGatewayEventSubscriber.php Test event subscriber. 2
SmsUserMenuLink class Drupal\sms_user\Plugin\Derivative modules/sms_user/src/Plugin/Derivative/SmsUserMenuLink.php Provides dynamic menu links for SMS User. 1
SmsVerification class Drupal\sms\Plugin\migrate\destination src/Plugin/migrate/destination/SmsVerification.php Destination plugin for SMS phone number verifications.

Pages

Other projects