Skip to content
Snippets Groups Projects
Commit 314e4464 authored by catch's avatar catch
Browse files

Issue #2873806 by jbaxton, josephcheek: Add Change record to @deprecated for LinkGeneratorTrait

parent 193bab81
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@
*
* @deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
* Use \Drupal\Core\Link instead.
*
* @see https://www.drupal.org/node/2614344
*/
trait LinkGeneratorTrait {
......@@ -39,6 +41,7 @@ trait LinkGeneratorTrait {
* @deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
* Use \Drupal\Core\Link instead.
*
* @see https://www.drupal.org/node/2614344
* @see \Drupal\Core\Utility\LinkGeneratorInterface::generate()
*/
protected function l($text, Url $url) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment