Skip to content
Snippets Groups Projects
Commit 51990829 authored by Project-Update-bot's avatar Project-Update-bot Committed by Liam Morland
Browse files

Issue #3434918: Make compatible with Drupal 11

Based on automated Project Update Bot fixes from run 11-127659.
parent 6db98b5d
No related branches found
No related tags found
1 merge request!8Automated Project Update Bot fixes
Pipeline #392987 passed with warnings
......@@ -3,6 +3,7 @@
namespace Drupal\taxonomy_term_depth\QueueManager;
use Drupal\Core\Queue\SuspendQueueException;
use Drupal\Core\Utility\Error;
/**
*
......@@ -162,7 +163,7 @@ class Manager {
break;
}
catch (\Exception $e) {
watchdog_exception('npq', $e);
Error::logException(\Drupal::logger('npq'), $e);
}
}
}
......
type: module
name: Taxonomy term depth
core_version_requirement: ^8 || ^9 || ^10
core_version_requirement: ^10.3 || ^11
description: Provides field for storing taxonomy depth value and some wrappers integration with modules
package: Taxonomy
dependencies:
- drupal:taxonomy
tags:
- taxonomy
# version: VERSION
# core: 8.x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment