Loading modules/sparkpost_requeue/src/Form/SettingsForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\FormStateInterface; /** * Class SettingsForm. * Settings form for sparkpost requeue. * * @package Drupal\sparkpost_requeue\Form */ Loading src/ClientService.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use SparkPost\SparkPost; use Http\Adapter\Guzzle6\Client as GuzzleAdapter; /** * Class ClientService. * Client service that sends the mails. * * @package Drupal\sparkpost */ Loading src/ClientServiceInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\sparkpost; /** * Interface ClientServiceInterface. * Interface for the client service. * * @package Drupal\sparkpost */ Loading src/Form/SettingsForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Url; /** * Class SettingsForm. * Settings form for the Sparkpost module. * * @package Drupal\sparkpost\Form */ Loading src/Form/TestMailForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\sparkpost\ClientService; /** * Class TestMailForm. * The form for sending test mails from Sparkpost. * * @package Drupal\sparkpost\Form */ Loading Loading
modules/sparkpost_requeue/src/Form/SettingsForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\FormStateInterface; /** * Class SettingsForm. * Settings form for sparkpost requeue. * * @package Drupal\sparkpost_requeue\Form */ Loading
src/ClientService.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use SparkPost\SparkPost; use Http\Adapter\Guzzle6\Client as GuzzleAdapter; /** * Class ClientService. * Client service that sends the mails. * * @package Drupal\sparkpost */ Loading
src/ClientServiceInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\sparkpost; /** * Interface ClientServiceInterface. * Interface for the client service. * * @package Drupal\sparkpost */ Loading
src/Form/SettingsForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Url; /** * Class SettingsForm. * Settings form for the Sparkpost module. * * @package Drupal\sparkpost\Form */ Loading
src/Form/TestMailForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\sparkpost\ClientService; /** * Class TestMailForm. * The form for sending test mails from Sparkpost. * * @package Drupal\sparkpost\Form */ Loading