You are here

function recipe_recipeML_import_multi in Recipe 7

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

File

includes/recipe_recipeML.module, line 175
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 $o;
}