Skip to content
Snippets Groups Projects

[#3412555] Removed outdated commands and updated the actual one with readme

Files
6
@@ -15,10 +15,10 @@ use Drupal\Core\Entity\EntityTypeManagerInterface;
use DrupalCodeGenerator\Validator\MachineName;
#[Generator(
name: 'migrate_file_to_media:media_migration_generator:v3',
name: 'migrate_file_to_media:media_migration_generator',
description: 'Generates yml for File to Media Migration.',
aliases: ['mf2m_media_v3'],
templatePath: __DIR__ . '/../../Generators',
aliases: ['mf2m_media'],
templatePath: __DIR__ . '/../Templates',
type: GeneratorType::MODULE_COMPONENT,
)]
class MediaMigrateGenerator extends BaseGenerator {
Loading