function StubSourcePlugin::setModuleHandler
Helper for setting internal module handler implementation.
Parameters
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php, line 464
Class
- StubSourcePlugin
- Stubbed source plugin for testing base class implementations.
Namespace
Drupal\Tests\migrate\UnitCode
public function setModuleHandler(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.