Loading src/Form/WhatsappSettingsForm.php +1 −10 Original line number Diff line number Diff line <?php /** * @file * Contains \Drupal\whatsapp\Form\WhatsappSettingsForm. */ namespace Drupal\whatsapp\Form; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Routing\RedirectDestinationInterface; use Drupal\Core\Url; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Configure WhatsApp module settings. Loading Loading @@ -68,4 +58,5 @@ class WhatsappSettingsForm extends ConfigFormBase { parent::submitForm($form, $form_state); } } src/Plugin/Block/WhatsappBlock.php +0 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ use Drupal\Core\Block\BlockBase; use Drupal\Core\Cache\Cache; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\key\KeyRepository; use Drupal\key\Key; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Symfony\Component\DependencyInjection\ContainerInterface; Loading Loading
src/Form/WhatsappSettingsForm.php +1 −10 Original line number Diff line number Diff line <?php /** * @file * Contains \Drupal\whatsapp\Form\WhatsappSettingsForm. */ namespace Drupal\whatsapp\Form; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Form\ConfigFormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Routing\RedirectDestinationInterface; use Drupal\Core\Url; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Configure WhatsApp module settings. Loading Loading @@ -68,4 +58,5 @@ class WhatsappSettingsForm extends ConfigFormBase { parent::submitForm($form, $form_state); } }
src/Plugin/Block/WhatsappBlock.php +0 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ use Drupal\Core\Block\BlockBase; use Drupal\Core\Cache\Cache; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\key\KeyRepository; use Drupal\key\Key; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Symfony\Component\DependencyInjection\ContainerInterface; Loading