function boxes_spaces_registry in Boxes 6
Same name and namespace in other branches
- 7 boxes.module \boxes_spaces_registry()
Implementation of hook_spaces_registry().
File
- ./
boxes.module, line 450
Code
function boxes_spaces_registry() {
return array(
'controllers' => array(
'boxes' => array(
'title' => t('Boxes'),
'plugin' => 'spaces_controller_boxes',
),
),
);
}