Problem/Motivation
As of https://docs.google.com/document/d/1BxgNvyIRcxYGzzA1DLkZ6A4-c8gGFixypNvP... we want to make clear which bits of the URL generation
machinery should be used
Proposed resolution
* Mark \Drupal\Core\Routing\UrlGeneratorTrait and \Drupal\Core\Routing\UrlGeneratorTrait::url() as deprecated
* Mark \Drupal\Core\Routing\LinkGeneratorTrait and \Drupal\Core\Routing\LinkGeneratorTrait::l() as deprecated
* It should point to \Drupal\Core\Url | \Drupal\Core\Link instead
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2606396-4.patch | 1.76 KB | sdstyles |
Comments
Comment #2
dawehnerComment #3
dawehnerComment #4
sdstyles commentedComment #5
dawehnerThank you!
+1
Comment #7
dawehnerSeriously.
Comment #10
xjmAdded the missing word "and" in a couple spots, and then committed and pushed to 8.1.x and 8.0.x. Thanks!
Comment #11
xjmComment #13
tr commentedCorrected issue summary.