Implements hook_theme().
function paragraphs_collection_demo_theme() { return [ // @todo - maybe this should go to paragraphs_demo? 'field__field_paragraphs_demo' => [ 'base hook' => 'field', ], ]; }