- π¬π§United Kingdom joachim
Couple of things:
-
+++ b/core/lib/Drupal/Core/Access/RouteProcessorCsrfAjax.php @@ -0,0 +1,73 @@ + * Processes outbound ajax/nojs route to handle the CSRF token.
This needs documentation to explain why this class is different from the parent.
-
+++ b/core/lib/Drupal/Core/Access/RouteProcessorCsrfAjax.php @@ -0,0 +1,73 @@ + public function processOutbound($route_name, Route $route, array &$parameters, BubbleableMetadata $bubbleable_metadata = NULL) {
This method looks the same as in the parent?
-