function FieldBundle::create
Same name in other branches
- 9 core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php \Drupal\field\Plugin\migrate\process\d7\FieldBundle::create()
- 10 core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php \Drupal\field\Plugin\migrate\process\d7\FieldBundle::create()
Overrides ContainerFactoryPluginInterface::create
File
-
core/
modules/ field/ src/ Plugin/ migrate/ process/ d7/ FieldBundle.php, line 85
Class
- FieldBundle
- Determines the bundle for a field.
Namespace
Drupal\field\Plugin\migrate\process\d7Code
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition, ?MigrationInterface $migration = NULL) {
return new static($configuration, $plugin_id, $plugin_definition, $container->get('migrate.lookup'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.