- 🇧🇪Belgium JeroenT 🇧🇪
Marking as fixed since this is fixed in the dev-version of this module.
Automatically closed - issue fixed for 2 weeks with no activity.
Hello project maintainers,
This issue is to help make this module compatible with Drupal 10.
Patches will be added to this issue that remove Drupal 10 deprecated API uses.
------ ------------------------------------------
Line replicate.drush.inc
------ ------------------------------------------
52 Call to deprecated function drush_log().
55 Call to deprecated function drush_log().
------ ------------------------------------------
------ --------------------------------------------------------------------------------------------------------------------
Line src/Events/ReplicateEventBase.php
------ --------------------------------------------------------------------------------------------------------------------
8 Class Drupal\replicate\Events\ReplicateEventBase extends deprecated class Symfony\Component\EventDispatcher\Event:
since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead
------ --------------------------------------------------------------------------------------------------------------------
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Marking as fixed since this is fixed in the dev-version of this module.
Automatically closed - issue fixed for 2 weeks with no activity.