Issue #2763539 by felribeiro: Bug in doxygen for adding headers to a response via render #attached

8.2.x
xjm 2016-07-16 17:08:33 +02:00
parent 5694189a08
commit 52cd7e9187
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ interface AttachmentsResponseProcessorInterface {
* $build['#attached']['library'][] = [
* 'library' => ['core/jquery']
* ];
* $build['#attached']['http_header'][] = [
* $build['#attached']['http_header'] = [
* ['Content-Type', 'application/rss+xml; charset=utf-8'],
* ];
* @endcode