You are here

function oa_wizard_entities_list_page in Open Atrium Wizard 7.2

List all entities for the given type.

1 string reference to 'oa_wizard_entities_list_page'
oa_wizard_menu in ./oa_wizard.module
Implements hook_menu().

File

./oa_wizard.module, line 388
Code for the OpenAtrium Wizard.

Code

function oa_wizard_entities_list_page($type) {
  return views_embed_view('oa_wizard_entities', 'default');
}