Skip to content
Snippets Groups Projects
Commit b1e394ab authored by Alexander Purr's avatar Alexander Purr Committed by Dorian Merz
Browse files

refs #16360 [finc] codestyling RecordDataFormatterFactory

parent b096c795
No related merge requests found
......@@ -60,21 +60,31 @@ class RecordDataFormatterFactory
'collection-record',
[$this, 'getDefaultCollectionRecordSpecs']
);
$helper->setDefaults('core', [$this, 'getDefaultCoreSpecs']);
$helper->setDefaults(
'core',
[$this, 'getDefaultCoreSpecs']
);
$helper->setDefaults(
'description',
[$this, 'getDefaultDescriptionSpecs']
);
$helper->setDefaults('core-ai', [$this, 'getAiCoreSpecs']);
$helper->setDefaults('core-lido', [$this, 'getLidoCoreSpecs']);
$helper->setDefaults(
'core-ai',
[$this, 'getAiCoreSpecs']
);
$helper->setDefaults(
'core-lido',
[$this, 'getLidoCoreSpecs']
);
$helper->setDefaults(
'description-lido',
[$this, 'getLidoDescriptionSpecs']
);
$helper->setDefaults(
'core-marc',
[$this, 'getMarcCoreSpecs']
);
$helper->setDefaults('core-marc', [$this, 'getMarcCoreSpecs']);
return $helper;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment