protected function Wbm2cmCommands::reloadService in Workbench Moderation to Content Moderation 8.2
1 call to Wbm2cmCommands::reloadService()
- Wbm2cmCommands::migrate in src/
Commands/ Wbm2cmCommands.php - Migrates from Workbench Moderation to Content Moderation.
File
- src/
Commands/ Wbm2cmCommands.php, line 128
Class
Namespace
Drupal\wbm2cm\CommandsCode
protected function reloadService($service) {
return \Drupal::service($service->_serviceId);
}