function MigrateFieldPluginManagerTest::setUp
Overrides MigrateDrupalTestBase::setUp
File
- 
              core/
modules/ migrate_drupal/ tests/ src/ Kernel/ MigrateFieldPluginManagerTest.php, line 42  
Class
- MigrateFieldPluginManagerTest
 - Tests the field plugin manager.
 
Namespace
Drupal\Tests\migrate_drupal\KernelCode
public function setUp() {
  parent::setUp();
  $this->pluginManager = $this->container
    ->get('plugin.manager.migrate.field');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.