paragraphs_collection_demo.module

Contains paragraphs_collection_demo.module

File

paragraphs_collection/modules/paragraphs_collection_demo/paragraphs_collection_demo.module
View source
<?php

/**
 * @file
 * Contains paragraphs_collection_demo.module
 */

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

Functions