You are here

protected function WordPressMigrateWizard::contentBlogPostFormValidate in WordPress Migrate 7.2

Save the selected type mappings, as an array keyed by source type and containing the destination type (bundle).

File

./wordpress_migrate.migrate.inc, line 627

Class

WordPressMigrateWizard

Code

protected function contentBlogPostFormValidate(&$form_state) {
  $this->contentValues['blog'] += $form_state['values'];
}