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

Breadcrumb

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

function D7TaxonomyTermDeriver::create

Overrides ContainerDeriverInterface::create

File

core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php, line 51

Class

D7TaxonomyTermDeriver
Deriver for Drupal 7 taxonomy term migrations based on vocabularies.

Namespace

Drupal\taxonomy\Plugin\migrate

Code

public static function create(ContainerInterface $container, $base_plugin_id) {
    return new static($base_plugin_id, $container->get('migrate_drupal.field_discovery'));
}

API Navigation

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