Does it makes sense to add an option to select a different class name for a migration?

Adding it onto the edit page should be trivial.

- Add a form element, defaulting to the current class.
- Add a validate function that runs if (class_exists....
- Use the selected class name in the submit handler.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

roberttstephens’s picture

If so, I added a patch that does what is described above.

pifagor’s picture

Status: Active » Closed (outdated)