@@ -2,14 +2,9 @@ |
||
2 | 2 | namespace Eccube2\Controller; |
3 | 3 | |
4 | 4 | use Eccube\Application; |
5 | -use Symfony\Component\HttpFoundation\Response; |
|
6 | 5 | use Symfony\Component\HttpFoundation\Request; |
7 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
8 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
9 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
|
10 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
11 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
12 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
13 | 8 | |
14 | 9 | /** |
15 | 10 | * @Route("/test") |
@@ -29,7 +29,6 @@ |
||
29 | 29 | use Eccube\Form\Type\Admin\TemplateType; |
30 | 30 | use Eccube\Util\Str; |
31 | 31 | use Symfony\Component\Filesystem\Filesystem; |
32 | -use Symfony\Component\Finder\Finder; |
|
33 | 32 | use Symfony\Component\Form\Extension\Core\Type\HiddenType; |
34 | 33 | use Symfony\Component\Form\FormError; |
35 | 34 | use Symfony\Component\HttpFoundation\Request; |
@@ -3,21 +3,13 @@ |
||
3 | 3 | |
4 | 4 | use Eccube\Application; |
5 | 5 | use Eccube\Entity\Payment; |
6 | -use Eccube\Event\EccubeEvents; |
|
7 | -use Eccube\Event\EventArgs; |
|
8 | 6 | use Eccube\Form\Type\Shopping\OrderType; |
9 | -use Plugin\ExamplePlugin\Service\Calculator\Strategy\ExamplePaymentStrategy; |
|
10 | 7 | use Plugin\ExamplePlugin\Entity\ExamplePayment; |
11 | -use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
|
12 | 8 | use Symfony\Component\HttpFoundation\Response; |
13 | 9 | use Symfony\Component\HttpFoundation\Request; |
14 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
15 | -use Symfony\Component\Validator\Constraints\Length; |
|
16 | 10 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
17 | 11 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
18 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
19 | 12 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
20 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
21 | 13 | |
22 | 14 | /** |
23 | 15 | * @Route("/shopping") |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Eccube\Common\Constant; |
6 | 6 | use Eccube\Plugin\AbstractPluginManager; |
7 | -use Symfony\Component\Filesystem\Filesystem; |
|
8 | 7 | use Plugin\ExamplePlugin\Entity\ExamplePayment; |
9 | 8 | |
10 | 9 | class PluginManager extends AbstractPluginManager |
@@ -30,7 +30,6 @@ |
||
30 | 30 | use Eccube\Exception\PluginException; |
31 | 31 | use Eccube\Form\Type\Admin\PluginLocalInstallType; |
32 | 32 | use Eccube\Util\Str; |
33 | -use Monolog\Logger; |
|
34 | 33 | use Symfony\Component\Filesystem\Filesystem; |
35 | 34 | use Symfony\Component\Finder\Finder; |
36 | 35 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
@@ -40,9 +40,7 @@ |
||
40 | 40 | use Eccube\Form\Type\ShippingMultipleType; |
41 | 41 | use Eccube\Form\Type\Shopping\OrderType; |
42 | 42 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
43 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
44 | 43 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
45 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
|
46 | 44 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
47 | 45 | use Symfony\Component\Form\Extension\Core\Type\CollectionType; |
48 | 46 | use Symfony\Component\HttpFoundation\Request; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | use Eccube\Common\Constant; |
28 | 28 | use Eccube\Exception\PluginException; |
29 | -use Eccube\Plugin\ConfigManager; |
|
30 | 29 | use Eccube\Plugin\ConfigManager as PluginConfigManager; |
31 | 30 | use Eccube\Util\Cache; |
32 | 31 | use Eccube\Util\Str; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Eccube2\Controller; |
4 | 4 | |
5 | 5 | use Eccube\Application; |
6 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
7 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
9 | 8 |
@@ -4,13 +4,10 @@ |
||
4 | 4 | use Eccube\Application; |
5 | 5 | use Symfony\Component\HttpFoundation\Response; |
6 | 6 | use Symfony\Component\HttpFoundation\Request; |
7 | -use Symfony\Component\HttpFoundation\ParameterBag; |
|
8 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache; |
|
9 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
10 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method; |
11 | 9 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security; |
12 | 10 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
13 | -use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
|
14 | 11 | |
15 | 12 | /** |
16 | 13 | * @Route("/test") |