You are here

function recipe_recipeML_import_multi in Recipe 6

Same name and namespace in other branches
  1. 7.2 modules/recipe_recipeML.module \recipe_recipeML_import_multi()
  2. 7 includes/recipe_recipeML.module \recipe_recipeML_import_multi()
1 string reference to 'recipe_recipeML_import_multi'
recipe_recipeML_recipeio in plugins/recipe_recipeML.module
Implementation of hook_recipeio($type).

File

plugins/recipe_recipeML.module, line 133
recipe_recipeML.module - Enables importing and exporting of recipeML format recipes.

Code

function recipe_recipeML_import_multi() {
  $o = drupal_get_form('recipe_recipeML_import_form');
  return theme('page', $o);
}