function ContentEntityDeriver::create

Same name in this branch
  1. 11.x core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php \Drupal\migrate_drupal\Plugin\migrate\source\ContentEntityDeriver::create()
Same name in other branches
  1. 9 core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php \Drupal\migrate_drupal\Plugin\migrate\source\ContentEntityDeriver::create()
  2. 8.9.x core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php \Drupal\migrate_drupal\Plugin\migrate\source\ContentEntityDeriver::create()
  3. 10 core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php \Drupal\migrate_drupal\Plugin\migrate\source\ContentEntityDeriver::create()

Overrides ContainerDeriverInterface::create

File

core/modules/migrate/src/Plugin/migrate/source/ContentEntityDeriver.php, line 29

Class

ContentEntityDeriver
Deriver for content entity source plugins.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.