D6TermNodeDeriver
class D6TermNodeDeriver extends DeriverBase implements ContainerDeriverInterface (View source)
Deriver for Drupal 6 term node migrations based on vocabularies.
Traits
Provides functionality for migration derivers.
Properties
| protected array | $derivatives | List of derivative definitions. |
from DeriverBase |
| protected string | $basePluginId | The base plugin ID this derivative is for. |
|
| protected PluginManagerInterface | $migrationPluginManager | The migration plugin manager. |
Methods
Gets the definition of a derivative plugin.
Gets the definition of all derivatives of a base plugin.
Returns a fully initialized instance of a source plugin.
D6TermNodeDeriver constructor.
Creates a new class instance.
Details
array
getDerivativeDefinition(string $derivative_id, array|PluginDefinitionInterface $base_plugin_definition)
Gets the definition of a derivative plugin.
array
getDerivativeDefinitions(array $base_plugin_definition, $base_plugin_definitions = NULL)
Gets the definition of all derivatives of a base plugin.
static MigrateSourceInterface|RequirementsInterface
getSourcePlugin(string $source_plugin_id)
Returns a fully initialized instance of a source plugin.
__construct(string $base_plugin_id, PluginManagerInterface $migration_plugin_manager)
D6TermNodeDeriver constructor.
static ContainerDeriverInterface
create(ContainerInterface $container, string $base_plugin_id)
Creates a new class instance.