| Conditions | 3 |
| Paths | 4 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 3 |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | 220 | public function process(ContainerBuilder $container) |
|
| 26 | { |
||
| 27 | 220 | if (!$container->hasDefinition('templating.engine.php')) { |
|
| 28 | 210 | $container->removeDefinition('ivory_ck_editor.templating.helper'); |
|
| 29 | 168 | } |
|
| 30 | |||
| 31 | 220 | if (!$container->hasDefinition('twig')) { |
|
| 32 | 210 | $container->removeDefinition('ivory_ck_editor.twig_extension'); |
|
| 33 | 168 | } |
|
| 34 | 220 | } |
|
| 35 | } |
||
| 36 |