Class AbstractEventDrivenEnvironmentPopulator
Abstract base implementation for an event driven environment populator.
To utilize this class, you only have to implement the remaining method "populate" and register the populators static method "process" to the event dispatcher.
- DcGeneral\EnvironmentPopulator\AbstractEventDrivenEnvironmentPopulator implements DcGeneral\EnvironmentPopulator\EnvironmentPopulatorInterface
Direct known subclasses
DcGeneral\Contao\Dca\Populator\BackendViewPopulator, DcGeneral\Contao\Dca\Populator\DataProviderPopulator, DcGeneral\Contao\Dca\Populator\ExtendedLegacyDcaPopulator, DcGeneral\Contao\Dca\Populator\HardCodedPopulator
Abstract
Namespace: DcGeneral\EnvironmentPopulator
Package: DcGeneral\EnvironmentPopulator
Located at EnvironmentPopulator/AbstractEventDrivenEnvironmentPopulator.php
Namespace: DcGeneral\EnvironmentPopulator
Package: DcGeneral\EnvironmentPopulator
Located at EnvironmentPopulator/AbstractEventDrivenEnvironmentPopulator.php
public static
|
#
process(
Creates an instance of itself and processes the event. |
populate()
|
mixed |
PRIORITY
|
null |
#
Priority of the listener. Just here vor sanity, must be overwritten by implementation. |