open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/DependencyInjection/Compiler/FieldToElasticaTypeCompilerPass.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $container has undeclared type \Symfony\Component\DependencyInjection\ContainerBuilder
Open

    public function process(ContainerBuilder $container)

Call to method has from undeclared class \Symfony\Component\DependencyInjection\ContainerBuilder
Open

        if (!$container->has('open_orchestra_elastica_admin.mapper.form')) {

Class implements undeclared interface \Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Open

class FieldToElasticaTypeCompilerPass implements CompilerPassInterface

Call to method getDefinition from undeclared class \Symfony\Component\DependencyInjection\ContainerBuilder
Open

        $definition = $container->getDefinition('open_orchestra_elastica_admin.mapper.form');

There are no issues that match your filters.

Category
Status