3023322 - Contextual Links Style Update
7 unresolved threads
7 unresolved threads
Compare changes
Files
2- #3250349 by alexpott:...Lee Rowlands authored
Issue #3250349 by alexpott: \Drupal\Core\Datetime\Element\Datelist::processDatelist() does not use trusted callbacks - #date_date_callbacks only partially converted to TrustedCallbackInterface in 9.3.x
@@ -3,9 +3,13 @@
@@ -14,6 +18,8 @@
@@ -261,9 +267,8 @@ public static function processDatelist(&$element, FormStateInterface $form_state
$message = sprintf('Datelist element #date_date_callbacks callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. Support for this callback implementation is deprecated in drupal:9.3.0 and will be removed in drupal:10.0.0. See https://www.drupal.org/node/3217966', Variable::callableToString($callback));