PHP Class eZ\Publish\Core\MVC\Symfony\Cache\Http\EventListener\ParentLocationsListener

Will consider direct parent for all content's locations.
Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\LocationService $locationService )
getSubscribedEvents ( )
onContentCacheClear ( ContentCacheClearEvent $event )

Method Details

__construct() public method

public __construct ( eZ\Publish\API\Repository\LocationService $locationService )
$locationService eZ\Publish\API\Repository\LocationService

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onContentCacheClear() public method

public onContentCacheClear ( ContentCacheClearEvent $event )
$event eZ\Publish\Core\MVC\Symfony\Event\ContentCacheClearEvent