function command_buttons_entities_list_page in Command Buttons 7
List all entities for the given type.
1 string reference to 'command_buttons_entities_list_page'
- command_buttons_menu in ./
command_buttons.module - Implements hook_menu().
File
- ./
command_buttons.module, line 398
Code
function command_buttons_entities_list_page($type) {
return views_embed_view('command_buttons_entities', 'default', $type);
}