function entityreference_dragdrop_theme in Entity Reference Drag & Drop 8
Same name and namespace in other branches
- 2.x entityreference_dragdrop.module \entityreference_dragdrop_theme()
Implements hook_theme().
File
- ./
entityreference_dragdrop.module, line 8
Code
function entityreference_dragdrop_theme($existing, $type, $theme, $path) {
return [
'entityreference_dragdrop_options_list' => [
'variables' => [
'items' => [],
'title' => '',
'wrapper_attributes' => [],
'attributes' => [],
'display_filter' => 0,
],
],
];
}