We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291518d commit 008e958Copy full SHA for 008e958
modules/os2forms_permissions_by_term/src/Form/SettingsForm.php
@@ -3,11 +3,8 @@
3
namespace Drupal\os2forms_permissions_by_term\Form;
4
5
use Drupal\Core\Entity\EntityFieldManagerInterface;
6
-use Drupal\Core\Entity\EntityTypeManagerInterface;
7
use Drupal\Core\Form\ConfigFormBase;
8
use Drupal\Core\Form\FormStateInterface;
9
-use Drupal\Core\Session\AccountInterface;
10
-use Drupal\webform\WebformTokenManagerInterface;
11
use Symfony\Component\DependencyInjection\ContainerInterface;
12
13
/**
0 commit comments