Skip to content
Snippets Groups Projects
Commit dad1844e authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

Update some of the debug messages.

parent 0829fb3c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -105,7 +105,7 @@ function get_description() { ...@@ -105,7 +105,7 @@ function get_description() {
function render() { function render() {
if (empty($this->row_plugin)) { if (empty($this->row_plugin)) {
vpr('views_plugin_style_default: Missing row plugin'); vpr('Drupal\views\Plugin\views\style\Rss: Missing row plugin');
return; return;
} }
$rows = ''; $rows = '';
......
...@@ -324,7 +324,7 @@ function pre_render($result) { ...@@ -324,7 +324,7 @@ function pre_render($result) {
*/ */
function render() { function render() {
if ($this->uses_row_plugin() && empty($this->row_plugin)) { if ($this->uses_row_plugin() && empty($this->row_plugin)) {
debug('views_plugin_style_default: Missing row plugin'); vpr('Drupal\views\Plugin\views\style\StylePluginBase: Missing row plugin');
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment