mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Regenerate data from saved export on formatter test
[ci-skip]
This commit is contained in:
@@ -88,6 +88,7 @@ final class NationalityAggregator implements AggregatorInterface, ExportElementV
|
||||
|
||||
public function applyOn()
|
||||
{
|
||||
return 'abcde';
|
||||
return 'person';
|
||||
}
|
||||
|
||||
@@ -103,6 +104,13 @@ final class NationalityAggregator implements AggregatorInterface, ExportElementV
|
||||
]);
|
||||
}
|
||||
|
||||
public function getFormDefaultData(): array
|
||||
{
|
||||
return [
|
||||
'group_by_level' => 'country',
|
||||
];
|
||||
}
|
||||
|
||||
public function getLabels($key, array $values, $data)
|
||||
{
|
||||
$labels = [];
|
||||
|
Reference in New Issue
Block a user