File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function dataDeprecatedSamples(): \Generator
25
25
[
26
26
'\Drupal calls should be avoided in classes, use dependency injection instead ' ,
27
27
'Call to deprecated method url() of class Drupal:
28
- as of Drupal 8.0.x, will be removed before Drupal 9.0.0.
28
+ in drupal: 8.0.0 and is removed from drupal: 9.0.0.
29
29
Instead create a \Drupal\Core\Url object directly, for example using
30
30
Url::fromRoute(). '
31
31
]
@@ -35,7 +35,7 @@ public function dataDeprecatedSamples(): \Generator
35
35
1 ,
36
36
[
37
37
'Class Drupal\Core\Entity\EntityManager implements deprecated interface Drupal\Core\Entity\EntityManagerInterface:
38
- in Drupal 8.0.0, will be removed before Drupal 9.0.0. '
38
+ in drupal: 8.0.0 and is removed from drupal: 9.0.0. '
39
39
]
40
40
];
41
41
}
You can’t perform that action at this time.
0 commit comments