PHP Class Knp\Bundle\KnpBundlesBundle\Features\Context\SolrContext

Inheritance: extends Behat\Behat\Context\BehatContext, implements Behat\Symfony2Extension\Context\KernelAwareInterface
Afficher le fichier Open project: KnpLabs/KnpBundles

Méthodes publiques

Méthode Description
bundlesAreIndexed ( )
setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel ) Sets Kernel instance.

Méthodes protégées

Méthode Description
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface gets container from kernel
isSolrEnabled ( )

Method Details

bundlesAreIndexed() public méthode

public bundlesAreIndexed ( )

getContainer() protected méthode

gets container from kernel
protected getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
Résultat Symfony\Component\DependencyInjection\ContainerInterface

isSolrEnabled() protected méthode

protected isSolrEnabled ( )

setKernel() public méthode

Sets Kernel instance.
public setKernel ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface HttpKernel instance