Message-ID: <673090931.3188.1485852330663.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_3187_1246892309.1485852330663" ------=_Part_3187_1246892309.1485852330663 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Events

Events

Introduction

This page presents the events that are triggered by eZ Platform.

eZ Publish Core

Event name Triggered when... Usage
ezpublish.siteaccess= After the SiteAccess matching has = occurred.

Gives further control on the ma= tched SiteAccess.

The event listener method receives an eZ\Publ= ish\Core\MVC\Symfony\Event\PostSiteAccessMatchEvent object.

=
ezpublish.pre_conten= t_view Right before a view is rendered fo= r a content item, via the content view controller.

This event is triggered by the = view manager and allows you to inject additional parameters to the content = view template.

The event listener method receives an eZ\Publish\Core\MVC\Symfony\Event\PreContentViewEvent object.

&nbs= p;

ezpublish.api.conten= tException The API throws an exception that c= ould not be caught internally (missing field type, internal error...).

This event allows further progr= ammatic handling (like rendering a custom view) for the exception thrown.

The event listener method receives an eZ\Publish\Core\MVC\Symfony\Event\APIContentExceptionEvent object.

 

 

Related topics
------=_Part_3187_1246892309.1485852330663--