interface ConfigurationInterface (View source)

Interface for Migration Configurations to allow different configuration sources.

Methods

array
getAvailableVersions()

Returns all available versions.

bool
isVersionAvailable(string $version)

Is the given version available?

array
getMigrationVersion(string $version)

Returns the migration configuration with the given version.

Details

array getAvailableVersions()

Returns all available versions.

Return Value

array

bool isVersionAvailable(string $version)

Is the given version available?

Parameters

string $version

Return Value

bool

array getMigrationVersion(string $version)

Returns the migration configuration with the given version.

Parameters

string $version

Return Value

array