- 🇩🇪Germany marcoliver Neuss, NRW, Germany
Hi! The problem described in this issue was addressed in https://www.drupal.org/project/permissions_by_term/issues/3354478 🐛 Regression updating to 3.1.22 for Drupal 9.x using loadTemplate from twig Fixed
drupal_get_path() and drupal_get_filename() have been deprecated in favor of extension listing services
line 344 in permissions_by_term.module file.
$viewFilePath = drupal_get_path('module', 'permissions_by_term') . '/src/View/node-details.html.twig';
drupal_get_path
https://www.drupal.org/node/2940438 →
Closed: outdated
3.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi! The problem described in this issue was addressed in https://www.drupal.org/project/permissions_by_term/issues/3354478 🐛 Regression updating to 3.1.22 for Drupal 9.x using loadTemplate from twig Fixed