Replace drupal_get_path

Created on 21 March 2023, over 1 year ago
Updated 9 June 2024, 19 days ago

Problem/Motivation

drupal_get_path is deprecated in Drupal 9.3 and removed by Drupal 10.

https://api.drupal.org/api/drupal/core%21includes%21bootstrap.inc/functi...

mailjet.module:7:$path = drupal_get_path('module', 'mailjet');
mailjet.module:917: $theme_registry['block__local_actions_block']['path'] = drupal_get_path('module', 'mailjet') . '/templates';
src/Form/MailjetSettingsForm.php:233: $path = drupal_get_path('module', 'mailjet');
src/Plugin/Mail/MailjetMail.php:89:// $path = drupal_get_path('module', 'mailjet');

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: outdated

Version

3.0

Component

Code

Created by

🇺🇸United States SocialNicheGuru

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024