PHP Class eZ\Bundle\EzPublishCoreBundle\EventListener\IndexRequestListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Свойство Type Description
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface

Méthodes publiques

Méthode Description
__construct ( eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver )
getSubscribedEvents ( )
onKernelRequestIndex ( GetResponseEvent $event ) Checks if the IndexPage is configured and which page must be shown.

Method Details

__construct() public méthode

public __construct ( eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver )
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

onKernelRequestIndex() public méthode

Checks if the IndexPage is configured and which page must be shown.
public onKernelRequestIndex ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent

Property Details

$configResolver protected_oe property

protected ConfigResolverInterface,eZ\Publish\Core\MVC $configResolver
Résultat eZ\Publish\Core\MVC\ConfigResolverInterface