Issue 3181998: Use EntityTypeManagerInterface to support service being swapped by other modules.
- Changes
ClientCdfLanguage::__constructortype declaration for$entityTypeManagerfromEntityTypeManagertoEntityTypeManagerInterface. This supports other modules swapping the service for its own providing that the module's service implementsEntityTypeManagerInterface. This is a standard Drupal core convention.
Edited by Kris Vanderwater