Issue 3181998: Use EntityTypeManagerInterface to support service being swapped by other modules.
- Changes
ClientCdfLanguage::__constructor
type declaration for$entityTypeManager
fromEntityTypeManager
toEntityTypeManagerInterface
. 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