By joachim on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
4.0.x
Introduced in version:
4.0.0-alpha2
Issue links:
Description:
The \Drupal\entity_share_client\RuntimeImportContext class no longer has a reference to the import service.
The following methods have been removed:
- \Drupal\entity_share_client\RuntimeImportContext::getImportService()
- \Drupal\entity_share_client\RuntimeImportContext::setImportService()
There is no replacement.
Code that called these should get the import service by other means. In most cases, this was used by processor plugins, which can inject it. See \Drupal\entity_share_client\Plugin\EntityShareClient\Processor\RedirectProcessor for an example.
Impacts:
Module developers