Call to deprecated method url() of class Drupal:
as of Drupal 8.0.x, will be removed before Drupal 9.0.0.
Instead create a \Drupal\Core\Url object directly, for example using
Url::fromRoute().
Call to deprecated method url() of class Drupal:
as of Drupal 8.0.x, will be removed before Drupal 9.0.0.
Instead create a \Drupal\Core\Url object directly, for example using
Url::fromRoute().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bsn_field-3075365-1.patch | 1.12 KB | rudranil29 |
Comments
Comment #2
rudranil29 commenteddeprecated method remove
Comment #3
rudranil29 commentedComment #4
mahipal46 commentedComment #5
mahipal46 commentedPatch looks good to me working as Expected.
Comment #6
mahipal46 commentedComment #8
erik frèrejeanThanks for the check & patch.