Skip to content

Issue 3181998: Use EntityTypeManagerInterface to support service being swapped by other modules.

  • Changes ClientCdfLanguage::__constructor type declaration for $entityTypeManager from EntityTypeManager to EntityTypeManagerInterface. This supports other modules swapping the service for its own providing that the module's service implements EntityTypeManagerInterface. This is a standard Drupal core convention.
Edited by Kris Vanderwater

Merge request reports