function paragraphs_collection_demo_theme

Implements hook_theme().

File

paragraphs_collection/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',
    ],
  ];
}