- 🇩🇪Germany geek-merlin Freiburg, Germany
At least today, path_alias is a required core module:
name: Path alias type: module description: 'Provides the API allowing to rename URLs.' package: Core version: VERSION required: true hidden: true
When this module is being installed without path_alias
enabled, creating a 'request_path' condition will result in a ServiceNotFoundException:
[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
You have requested a non-existent service "path_alias.manager".
Create an install profile with at least admin_theme, path_alias and smtp enabled.
The smtp module triggers a \Drupal::service('router.builder')->rebuild()
which in return triggers admin_theme on user.* related routes before path_alias
gets installed.
Add dependency to path_alias in admin_theme or fix drupal core whic is providing a plugin which depends on an optional module.
None
None
None
Closed: works as designed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
At least today, path_alias is a required core module:
name: Path alias
type: module
description: 'Provides the API allowing to rename URLs.'
package: Core
version: VERSION
required: true
hidden: true