Line src/Form/StoreLocatorForm.php
------ ----------------------------------------------------------------------
116 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
122 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
------ --------------------------------------------------------------------------
Line src/Helper/LocationDataHelper.php
------ --------------------------------------------------------------------------
26 Call to deprecated method entityManager() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal::entityTypeManager() instead in most cases. If the needed
method is not on \Drupal\Core\Entity\EntityTypeManagerInterface, see the
deprecated \Drupal\Core\Entity\EntityManager to find the
correct interface or service.
36 Call to deprecated method entityManager() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal::entityTypeManager() instead in most cases. If the needed
method is not on \Drupal\Core\Entity\EntityTypeManagerInterface, see the
deprecated \Drupal\Core\Entity\EntityManager to find the
correct interface or service.
78 Call to deprecated method entityManager() of class Drupal:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal::entityTypeManager() instead in most cases. If the needed
method is not on \Drupal\Core\Entity\EntityTypeManagerInterface, see the
deprecated \Drupal\Core\Entity\EntityManager to find the
correct interface or service.
------ --------------------------------------------------------------------------
------ -------------------------------------------------------------------------------------------------------------------------
Line src/StoreLocatorListBuilder.php
------ -------------------------------------------------------------------------------------------------------------------------
17 Usage of deprecated trait Drupal\Core\Routing\LinkGeneratorTrait in class Drupal\store_locator\StoreLocatorListBuilder:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Link instead.
35 Call to deprecated method l() of class Drupal\store_locator\StoreLocatorListBuilder:
in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Link instead.
------ -------------------------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | gmap_store_locator-3077023-3.patch | 12.23 KB | q__nt_n |
| #5 | interdiff_3077023-1_3077023-2.txt | 7.31 KB | q__nt_n |
| #5 | gmap_store_locator-3077023-2.patch | 9.92 KB | q__nt_n |
| #2 | gmap_store_locator-3077023-1.patch | 3.63 KB | kushal bansal |
Comments
Comment #2
kushal bansal commentedpatch added
Comment #3
q__nt_nHi !
I'm already working on it, but what you did will help me.
Thanks for this patch, I will check it this week.
Comment #4
q__nt_nComment #5
q__nt_nWith your patch, I still have some errors to get a Drupal 9 code ready. I used vijaycs85/drupal/quality-checker and mglaman/drupal-check
In attachment, new patch with interdiff.
Comment #6
q__nt_nI fixed last patch
Comment #8
q__nt_nComment #10
kristen polPer a Slack discussion with Gábor Hojtsy regarding usage of D9 tags (Drupal 9, Drupal 9 compatibility, Drupal 9 readiness, etc.), "Drupal 9 compatibility" should be used for contributed projects that need updating and "Drupal 9" was the old tag for D8 issues before the D9 branch was ready. Doing tag cleanup here based on that discussion.