interface PopulatorInterface (View source)

Methods

array
createItemsFromDataSource(Instance $instance, ConfiguredDataSource $configuredDataSource)

No description

Item|null
createItemFromObject(DataSource $dataSource, $mixed)

No description

Details

array createItemsFromDataSource(Instance $instance, ConfiguredDataSource $configuredDataSource)

No description

Parameters

Instance $instance
ConfiguredDataSource $configuredDataSource

Return Value

array

Item|null createItemFromObject(DataSource $dataSource, $mixed)

No description

Parameters

DataSource $dataSource
$mixed

Return Value

Item|null