Loading src/Commands/ViewsBulkOperationsCommands.php +2 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ use Drupal\views_bulk_operations\Service\ViewsbulkOperationsViewDataInterface; use Drupal\views_bulk_operations\ViewsBulkOperationsBatch; use Drush\Commands\DrushCommands; use Drush\Drush; use Psr\Log\LogLevel; /** * Defines Drush commands for the module. Loading Loading @@ -345,7 +346,7 @@ class ViewsBulkOperationsCommands extends DrushCommands { public static function message($message = NULL, $type = 'status', $repeat = TRUE) { // Status type no longer exists, mapping required. if ($type === 'status') { $type = 'info'; $type = LogLevel::INFO; } Drush::logger()->log($type, $message, []); } Loading Loading
src/Commands/ViewsBulkOperationsCommands.php +2 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ use Drupal\views_bulk_operations\Service\ViewsbulkOperationsViewDataInterface; use Drupal\views_bulk_operations\ViewsBulkOperationsBatch; use Drush\Commands\DrushCommands; use Drush\Drush; use Psr\Log\LogLevel; /** * Defines Drush commands for the module. Loading Loading @@ -345,7 +346,7 @@ class ViewsBulkOperationsCommands extends DrushCommands { public static function message($message = NULL, $type = 'status', $repeat = TRUE) { // Status type no longer exists, mapping required. if ($type === 'status') { $type = 'info'; $type = LogLevel::INFO; } Drush::logger()->log($type, $message, []); } Loading