contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

Change (drupal_get_path) deprecated function in recipes_magazin.module #422

Closed fadonascimento closed 11 months ago

fadonascimento commented 11 months ago

[Drupal 10 support] https://github.com/contentacms/contenta_jsonapi/issues/421

Change drupal_get_path deprecated function to become compatible with Drupal 10.

Notes

Call to deprecated function drupal_get_path(). Deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use Drupal\Core\Extension\ExtensionPathResolver::getPath() instead.

fadonascimento commented 11 months ago

FIY: @e0ipso

e0ipso commented 11 months ago

Looks good to me! Thanks for this.