Account created on 17 April 2024, 8 months ago
#

Merge Requests

Recent comments

Added patch for single content sync to disable and enable uuid

* Added patch from issue: Added patch: www.drupal.org/i/3478417 because had following error:

The website encountered an unexpected error. Try again later.
Error: Undefined constant "DRUPAL_TEST_IN_CHILD_SITE" in _drupal_error_handler_real() (line 87 of core/includes/errors.inc).

* Added patch for issue: https://www.drupal.org/project/drupal/issues/3268634 πŸ› Deprecated function: dirname(): Passing null to parameter #1 ($path) of type string is deprecated Postponed: needs info

* updated patch for https://www.drupal.org/i/2946333 β†’

diederik.beirnaert β†’ changed the visibility of the branch 3484674-udpate-patch-httpsdrupal.orgi3008292 to hidden.

This seems fine, No issues found.
Leaving open for future changes.

Updated documentation for callback_batch_finished to include RedirectResponse.
And added an example:

// Optionally, redirect if needed.
    if (shouldRedirect()) {  // Assume shouldRedirect() is a function that determines if a redirect is necessary.
      return new \Drupal\Core\Routing\RedirectResponse(\Drupal\Core\Url::fromRoute('example.route')->toString());
    }
Production build 0.71.5 2024