Problem/Motivation

Currently, the code includes a method from the statistics_filter module that is not supported in Drupal 8 and later versions.

      // Support statistics filter.
      // @phpstan-ignore function.notFound
      if (\Drupal::moduleHandler()->moduleExists('statistics_filter') && statistics_filter_do_filter()) {
        return;
      }

Proposed resolution

Need to remove it.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

vitaliyb98 created an issue. See original summary.

vitaliyb98’s picture

Status: Active » Needs review

  • b806374b committed on 8.x-1.x
    feat: #3582986 Remove code related to statistics_filter
    
vitaliyb98’s picture

Status: Needs review » Fixed

Merged into 8.x-1.x

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.