Commit 3b33fb16 authored by Nikolay Lobachev's avatar Nikolay Lobachev Committed by Nikolay Lobachev
Browse files

Issue #3294344 by LOBsTerr, SocialNicheGuru: Remove entityManagerInterface for...

Issue #3294344 by LOBsTerr, SocialNicheGuru: Remove entityManagerInterface for entityTypeManagerInterface
parent b529dad0
Loading
Loading
Loading
Loading
+0 −2
Changes for src/Form/SubgroupFormStep1.php: 0 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ use Drupal\group\Entity\Form\GroupForm;
use Drupal\user\PrivateTempStoreFactory;
use Drupal\Core\Url;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Entity\EntityManagerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
 * Provides a creating a group without it being saved yet.
+0 −2
Changes for src/Form/SubgroupFormStep2.php: 0 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ use Drupal\group\Entity\Form\GroupContentForm;
use Drupal\user\PrivateTempStoreFactory;
use Drupal\Core\Url;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Entity\EntityManagerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
 * Provides a form creating a subgroup.