array( 'name' => t('Migrate Extras Media Example'), 'base' => 'node_content', 'description' => t('Content type for testing Migrate Extras support for the Media module.'), 'has_title' => '1', 'title_label' => t('Title'), 'help' => '', ), ); return $items; }