function paragraphs_browser_theme in Paragraphs Browser 8
Implements hook_theme().
File
- ./
paragraphs_browser.module, line 32 - Contains paragraphs_browser.module..
Code
function paragraphs_browser_theme() {
return array(
'paragraphs_browser_wrapper' => array(
'variables' => [
'children' => NULL,
],
),
'paragraphs_browser_paragraph_type' => array(
'render element' => 'form',
),
);
}