Skip to content

Draft: 8.x 1.x

We need to chage the following \Drupal::service('path.alias_manager')->getAliasByPath('/node/' . $entity->id()) (at line number 84 modules/contrib/cloudfront_path_invalidate/cloudfront_path_invalidate.module) to \Drupal::service('path_alias.manager')->getAliasByPath('/node/' . $entity->id())

Merge request reports