kernel/private/classes/ezpasynchronouspublishingfilter.php
File containing the ezpAsynchronousPublishingFilter interface.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\ezpAsynchronousPublishingFilter
Package: kernel
This interface is to be used to create accept/reject filters for the Asynchronous Publishing feature Each filter class must implement the accept() method, that returns either true (to publish asynchronously) or false (to publish synchronously).
Filters are registered in content.ini, in the PublishingSettings block: [PublishingSettings] AsynchronousPublishingFilters[]=MyAsynchronousPublishingFilterClass
All registered filters will be called sequentially until one returns false, or all of them have been called