Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -234,7 +234,7 @@ class SparqlBlock extends BlockBase {
@@ -234,7 +234,7 @@ class SparqlBlock extends BlockBase {
$logger = \Drupal::service('logger.factory');
$logger = \Drupal::service('logger.factory');
$logger->get('jsonp_sparql')
$logger->get('jsonp_sparql')
->error('A JSONP SPARQL block is configured incorrectly. Please visit the settings for the block to correct this');
->error('A JSONP SPARQL block is configured incorrectly. Please visit the settings for the block to correct this');
watchdog_exception('jsonp_sparql', $e);
\Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('jsonp_sparql'), $e), fn() => watchdog_exception('jsonp_sparql', $e));
$this->computedValue = FALSE;
$this->computedValue = FALSE;
return FALSE;
return FALSE;
}
}
Loading