Issue #2763539 by felribeiro: Bug in doxygen for adding headers to a response via render #attached
parent
5694189a08
commit
52cd7e9187
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue