function jsonapi_extras_theme in JSON:API Extras 8.3
Same name and namespace in other branches
- 8.2 jsonapi_extras.module \jsonapi_extras_theme()
Implements hook_theme().
File
- ./
jsonapi_extras.module, line 26 - Module implementation file.
Code
function jsonapi_extras_theme() {
return [
'expandable_rows_table' => [
'variables' => [
'header' => NULL,
'rows' => NULL,
'footer' => NULL,
'attributes' => [],
'caption' => NULL,
'colgroups' => [],
'sticky' => FALSE,
'responsive' => TRUE,
'empty' => '',
],
],
];
}