drowl_paragraphs-8.x-3.9/modules/drowl_paragraphs_container2layout/drowl_paragraphs_container2layout.module
modules/drowl_paragraphs_container2layout/drowl_paragraphs_container2layout.module
<?php
/**
* @file Module file for drowl_paragraphs_container2layout.
*/
/**
* Batch callback to dispatch the orphan composite batch operation to a service.
*/
function _drowl_paragraphs_container2layout_paragraphs_converter_batch_dispatcher() {
$args = func_get_args();
list($service, $method) = explode(':', array_shift($args));
$values = $args[1];
$args[1] = &$values;
call_user_func_array([\Drupal::service($service), $method], $args);
}
