paragraphs_collection_demo.module in Paragraphs Collection 8
Contains paragraphs_collection_demo.module
File
modules/paragraphs_collection_demo/paragraphs_collection_demo.moduleView 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
Name | Description |
---|---|
paragraphs_collection_demo_theme | Implements hook_theme(). |