Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
281e533b
Commit
281e533b
authored
11 years ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2002896
by hoZt, heddn: Rename Views method get_channel_elements() to getChannelElements().
parent
cd486a65
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/views/lib/Drupal/views/Plugin/views/style/Rss.php
+2
-2
2 additions, 2 deletions
...modules/views/lib/Drupal/views/Plugin/views/style/Rss.php
with
2 additions
and
2 deletions
core/modules/views/lib/Drupal/views/Plugin/views/style/Rss.php
+
2
−
2
View file @
281e533b
...
...
@@ -92,7 +92,7 @@ public function buildOptionsForm(&$form, &$form_state) {
* @return
* An array that can be passed to format_xml_elements().
*/
function
get
_c
hannel
_e
lements
()
{
protected
function
get
C
hannel
E
lements
()
{
return
array
();
}
...
...
@@ -124,7 +124,7 @@ function render() {
// Fetch any additional elements for the channel and merge in their
// namespaces.
$this
->
channel_elements
=
$this
->
get
_c
hannel
_e
lements
();
$this
->
channel_elements
=
$this
->
get
C
hannel
E
lements
();
foreach
(
$this
->
channel_elements
as
$element
)
{
if
(
isset
(
$element
[
'namespace'
]))
{
$this
->
namespaces
=
array_merge
(
$this
->
namespaces
,
$element
[
'namespace'
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment