You are here

function node_type_set_defaults in Migrate 6.2

2 calls to node_type_set_defaults()
migrate_example_beer_content_type in migrate_example/beer.install.inc
migrate_example_wine_content_types in migrate_example/wine.install.inc

File

includes/d7.inc, line 10
Drupal 7 functions 'n' things implemented in Drupal 6, to ease backporting

Code

function node_type_set_defaults($info) {
  return (object) _node_type_set_defaults($info);
}