Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. D6TermNodeDeriver.php

function D6TermNodeDeriver::__construct

D6TermNodeDeriver constructor.

Parameters

string $base_plugin_id: The base plugin ID this derivative is for.

\Drupal\Component\Plugin\PluginManagerInterface $migration_plugin_manager: The migration plugin manager.

File

core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php, line 39

Class

D6TermNodeDeriver
Deriver for Drupal 6 term node migrations based on vocabularies.

Namespace

Drupal\taxonomy\Plugin\migrate

Code

public function __construct($base_plugin_id, PluginManagerInterface $migration_plugin_manager) {
    $this->basePluginId = $base_plugin_id;
    $this->migrationPluginManager = $migration_plugin_manager;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal