Creates a stub migration plugin from a definition array.
array $definition: The migration definition. If an 'id' key is set then this will be used as the migration ID, if not a random ID will be assigned.
\Drupal\migrate\Plugin\Migration The stub migration.
public function createStubMigration(array $definition);