Skip to content
Snippets Groups Projects

Issue-3431931: Drupal 11 compatibility fixes for memcache.

Merged Ankit Pathak requested to merge issue/memcache-3431931:3431931-automated-drupal-11 into 8.x-2.x
1 unresolved thread

Closes #3431931

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
186 188 return $this->t(
187 189 '@to:@from (@written% to cache)',
188 190 [
189 '@to' => format_size((int) $read),
190 '@from' => format_size((int) $write),
191 '@to' => DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.2.0', fn() => ByteSizeMarkup::create((int) $read), fn() => format_size((int) $read)),
  • Ankit Pathak added 1 commit

    added 1 commit

    • 85229a15 - Using a class_exisits to handle the deprecated method format_size.

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    • 092fbbc7 - Update minimum version to 9.5

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading