@@ -8,7 +8,6 @@ |
||
| 8 | 8 | namespace Drupal\entity_browser; |
| 9 | 9 | |
| 10 | 10 | use Drupal\Core\Config\Entity\ConfigEntityInterface; |
| 11 | -use Drupal\Core\Form\FormStateInterface; |
|
| 12 | 11 | |
| 13 | 12 | /** |
| 14 | 13 | * Provides an interface defining an entity browser entity. |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use Drupal\entity_browser\SelectionDisplayManager; |
| 14 | 14 | use Drupal\entity_browser\WidgetManager; |
| 15 | 15 | use Drupal\entity_browser\WidgetSelectorManager; |
| 16 | -use Drupal\user\SharedTempStoreFactory; |
|
| 17 | 16 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 18 | 17 | |
| 19 | 18 | /** |