File tree 1 file changed +2
-14
lines changed
1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 13
13
* @package MetaModels
14
14
* @subpackage AttributeSelect
15
15
* @author David Molineus <[email protected] >
16
+ * @author Christian Schiffler <[email protected] >
16
17
* @copyright 2012-2017 The MetaModels team.
17
18
* @license https://github.com/MetaModels/attribute_text/blob/master/LICENSE LGPL-3.0
18
19
* @filesource
23
24
use Contao \ManagerPlugin \Bundle \BundlePluginInterface ;
24
25
use Contao \ManagerPlugin \Bundle \Config \BundleConfig ;
25
26
use Contao \ManagerPlugin \Bundle \Parser \ParserInterface ;
26
- use Contao \ManagerPlugin \Routing \RoutingPluginInterface ;
27
27
use MetaModels \AttributeSelectBundle \MetaModelsAttributeSelectBundle ;
28
28
use MetaModels \CoreBundle \MetaModelsCoreBundle ;
29
- use Symfony \Component \Config \Loader \LoaderResolverInterface ;
30
- use Symfony \Component \HttpKernel \KernelInterface ;
31
29
32
30
/**
33
31
* Contao Manager plugin.
34
32
*/
35
- class Plugin implements BundlePluginInterface, RoutingPluginInterface
33
+ class Plugin implements BundlePluginInterface
36
34
{
37
35
/**
38
36
* {@inheritdoc}
@@ -49,14 +47,4 @@ public function getBundles(ParserInterface $parser)
49
47
->setReplace (['metamodelsattribute_select ' ])
50
48
];
51
49
}
52
-
53
- /**
54
- * {@inheritdoc}
55
- */
56
- public function getRouteCollection (LoaderResolverInterface $ resolver , KernelInterface $ kernel )
57
- {
58
- $ resolver
59
- ->resolve (__DIR__ . '/../Resources/config/routing.yml ' )
60
- ->load (__DIR__ . '/../Resources/config/routing.yml ' );
61
- }
62
50
}
You can’t perform that action at this time.
0 commit comments