function paragraphs_collection_demo_theme in Paragraphs Collection 8
Implements hook_theme().
File
- modules/
paragraphs_collection_demo/ paragraphs_collection_demo.module, line 11 - Contains paragraphs_collection_demo.module
Code
function paragraphs_collection_demo_theme() {
return [
// @todo - maybe this should go to paragraphs_demo?
'field__field_paragraphs_demo' => [
'base hook' => 'field',
],
];
}