class MigrationGeneratorService (View source)

Service for the Migration generator

Properties

protected $packageManager

Methods

string
generateBoilerplateMigrationFileInPackage(string $packageKey)

Creates a node migration for the given $packageKey

Details

string generateBoilerplateMigrationFileInPackage(string $packageKey)

Creates a node migration for the given $packageKey

Parameters

string $packageKey

the package key

Return Value

string

Exceptions

UnknownPackageException
FilesException