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.
Issue fork statistics_counter-3582986
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
Comment #3
vitaliyb98 commentedComment #5
vitaliyb98 commentedMerged into 8.x-1.x