Problem/Motivation
This is a follow-up from #1922454-124: Gut l(), fix theme('link'), have a working framework for consistently generated links inside and outside of Twig. #theme => link uses #path and #text while #type => link uses #title and #href, which is confusing.
Proposed resolution
Consolidate these to common terms (TBD).
Remaining tasks
* Decide what the terms should be.
* Patch to replace all usages of these in core.
User interface changes
None
API changes
Keys for render arrays and form API arrays will be consistent.
Related Issues
#1922454: Gut l(), fix theme('link'), have a working framework for consistently generated links inside and outside of TwigAssigned to: catch