Skip to content
Snippets Groups Projects

Upgrade deprecated classes

Open frondeau requested to merge issue/htmlmail-3402974:8.x-3.x into 8.x-3.x
9 files
+ 150
58
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -6,11 +6,11 @@ use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\htmlmail\Helper\HtmlMailHelper;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Class HtmlMailConfigurationForm.
* Form to configure HtmlMail.
*
* @package Drupal\htmlmail\Form
*/
Loading