Problem/Motivation

It's follow-up asked in #3299327-6: Replace deprecated static::method() calls for PHP 8.2 and #3299327-9: Replace deprecated static::method() calls for PHP 8.2

The class is not going to be subclassed but using [self::class, 'fetchedFieldSort'] as callable

Steps to reproduce

https://git.drupalcode.org/project/drupal/-/blob/876e17f5763acac1a7fda98...

Proposed resolution

Convert the usage of self to $this

Remaining tasks

patch/review/commit

User interface changes

no

API changes

no

Data model changes

no

Release notes snippet

no

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost created an issue. See original summary.

andypost’s picture

it's quickfix

andypost’s picture

Issue summary: View changes
Lendude’s picture

Status: Needs review » Reviewed & tested by the community

Doesn't seem to break anything, so let's go.

  • catch committed f2cfcf8 on 10.0.x
    Issue #3299890 by andypost: Refactor views.views_data_helper service...
  • catch committed 69ab3b0 on 10.1.x
    Issue #3299890 by andypost: Refactor views.views_data_helper service...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 10.1.x and cherry-picked to 10.0.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.