Interface EnvironmentPopulatorInterface
This interface describes a generic environment populator.
It only consists of a single "populate" method which will create instances of objects and push them into the environment.
Direct known implementers
DcGeneral\EnvironmentPopulator\AbstractEventDrivenEnvironmentPopulatorIndirect known implementers
DcGeneral\Contao\Dca\Populator\BackendViewPopulator, DcGeneral\Contao\Dca\Populator\DataProviderPopulator, DcGeneral\Contao\Dca\Populator\ExtendedLegacyDcaPopulator, DcGeneral\Contao\Dca\Populator\HardCodedPopulator
Namespace: DcGeneral\EnvironmentPopulator
Package: DcGeneral\EnvironmentPopulator
Located at EnvironmentPopulator/EnvironmentPopulatorInterface.php
Package: DcGeneral\EnvironmentPopulator
Located at EnvironmentPopulator/EnvironmentPopulatorInterface.php
public
|
#
populate(
Create all needed objects the populator knows to create and put them into the environment. |