Problem/Motivation
drupal_add_http_header() is marked as @deprecated for removal before 8.0.0 release.
drupal_process_attached() uses drupal_add_http_header() in order to process attached headers.
drupal_process_attached() will need to figure out a way to have the Response object injected so that it can properly set headers on the Response object.
Proposed resolution
Remaining tasks
User interface changes
API changes
Beta phase evaluation
Issue category | Task because the code works as-is, just isn't properly encapsulated. |
---|---|
Issue priority | Normal because nothing is broken. |
Prioritized changes | Prioritized because this issue will unblock the removal of @deprecated code. |