Skip to content
Snippets Groups Projects

4.x proposal for Drupal 10

Open frondeau requested to merge issue/htmlmail-3402974:4.x into 4.x
7 files
+ 110
58
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -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