Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
52cd7e91
Commit
52cd7e91
authored
Jul 16, 2016
by
xjm
Browse files
Issue
#2763539
by felribeiro: Bug in doxygen for adding headers to a response via render #attached
parent
5694189a
Changes
1
Show whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php
View file @
52cd7e91
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment