Drupal/Core/Utility/Color does not have any dependency on Drupal, only on Drupal\Component, so let's move it there.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2324113-color-1.patch | 3.14 KB | penyaskito |
Drupal/Core/Utility/Color does not have any dependency on Drupal, only on Drupal\Component, so let's move it there.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2324113-color-1.patch | 3.14 KB | penyaskito |
Comments
Comment #1
penyaskitoComment #2
dawehnerNice catch! The only dependency is to unicode, which is already a component!
Comment #3
alexpottCommitted a7364b3 and pushed to 8.0.x. Thanks!
Comment #5
dawehnerIt seems to be that we never had a change record for the color methods. I guess we want to add one then.
Comment #6
penyaskitoAs far as I see (git show 5789200), these were code additions and not moving stuff around. Do we need change records for helper additions too?