- Issue created by @Harlor
- Merge request !11Issue #3381395: Deprecated function: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated → (Closed) created by Harlor
- last update
over 1 year ago 1 pass, 2 fail - Status changed to Needs review
over 1 year ago 8:50am 16 August 2023 - Status changed to RTBC
over 1 year ago 4:57pm 22 August 2023 This change is correct. It should be
#format
.views_data_export/src/Plugin/views/style/DataExport::attachTo()
has this code:// Add the icon to the view. $format = $this->displayHandler->getContentType(); $this->view->feedIcons[] = [ '#theme' => 'export_icon', '#url' => $url, '#format' => mb_strtoupper($format), '#theme_wrappers' => [ 'container' => [ '#attributes' => [ 'class' => [ Html::cleanCssIdentifier($format) . '-feed', 'views-data-export-feed', ], ], ], ], ];
-
theemstra →
committed 4f8a0aef on 8.x-1.x
Issue #3381395: Deprecated function: htmlspecialchars(): Passing null to...
-
theemstra →
committed 4f8a0aef on 8.x-1.x
- Status changed to Fixed
4 months ago 12:24pm 4 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.