pcp.module in Profile Complete Percent 8
Same filename and directory in other branches
File
pcp.moduleView source
<?php
/**
* Implements hook_theme().
*/
function pcp_theme($existing, $type, $theme, $path) {
return [
'pcp_template' => [
'variables' => [
'uid' => NULL,
'completed' => NULL,
'incomplete' => NULL,
'total' => NULL,
'open_link' => NULL,
'hide_pcp_block' => NULL,
'nextfield_name' => NULL,
'nextfield_title' => NULL,
'current_percent' => NULL,
'next_percent' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
pcp_theme | Implements hook_theme(). |