Contains paragraphs_collection_demo.module
<?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',
],
];
}
Name | Description |
---|---|
paragraphs_collection_demo_theme | Implements hook_theme(). |