MigratePluginManagerInterface
interface MigratePluginManagerInterface implements PluginManagerInterface (View source)
Methods
mixed
getDefinition(string $plugin_id, bool $exception_on_invalid = TRUE)
Gets a specific plugin definition.
from
DiscoveryInterface
bool
hasDefinition(string $plugin_id)
Indicates if a specific plugin definition exists.
from
DiscoveryInterface
object
createInstance(string $plugin_id, array $configuration = [], MigrationInterface $migration = NULL)
Creates a pre-configured instance of a migration plugin.
object|false
getInstance(array $options)
Gets a preconfigured instance of a plugin.
from
MapperInterface
Details
mixed
getDefinition(string $plugin_id, bool $exception_on_invalid = TRUE)
Gets a specific plugin definition.
array
getDefinitions()
Gets the definition of all plugins for this type.
bool
hasDefinition(string $plugin_id)
Indicates if a specific plugin definition exists.
object
createInstance(string $plugin_id, array $configuration = [], MigrationInterface $migration = NULL)
Creates a pre-configured instance of a migration plugin.
A specific createInstance method is necessary to pass the migration on.
object|false
getInstance(array $options)
Gets a preconfigured instance of a plugin.