You are here

protected function WordPressMigrateWizard::contentPageFormValidate 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 635

Class

WordPressMigrateWizard

Code

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