You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated *.info.yml to be compatible with Drupal 10.
- Added 'drupal:path' as a dependency, since it heavily relied on this module.
- Replaced deprecated entityManager with entityTypeManager.
- Refactor AliasGenerator constructor to use EntityTypeManagerInterface
and AliasRepositoryInterface due to aliasStorage deprecation.
- Update fetchExistingAlias to use lookupBySystemPath from
AliasRepositoryInterface due to aliasStorage deprecation.
- Replace deprecated lookupPathSource with lookupByAlias in alias
uniqueness check.
- Replaced deprecated urlInfo() with toUrl() for generating URLs.
- Applied code style improvements using Rector for enhanced readability
and consistency.
- Updated entity queries to explicitly manage access checks.
- Replaced deprecated drupal_set_message() with \Drupal::messenger()
->addStatus().
- Replace deprecated isSubClassOf with entityClassImplements.
- Added is_countable() checks before count(); lack of it results in a
warning starting from PHP 7.2.
0 commit comments