Problem/Motivation

There is a bug in the commit for #3375197: Error: Call to undefined method Drupal\Core\Config\Entity\ConfigEntityStorage::accessCheck()
Instead of accesCheck it should be accessCheck

Steps to reproduce

When adding a response header there is an error
Call to undefined method Drupal\Core\Config\Entity\Query\Query::accesCheck()

Proposed resolution

Fix typo in accessCheck

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

polynya created an issue. See original summary.

polynya’s picture

Status: Active » Needs review
minnur’s picture

polynya’s picture

Sorry, I should have been clearer. There is a bug in the commit for #3375197: Error: Call to undefined method Drupal\Core\Config\Entity\ConfigEntityStorage::accessCheck()

Instead of accesCheck it should be accessCheck

polynya’s picture

Issue summary: View changes

  • 43e01b72 committed on 8.x-2.x
    Issue #3379069: Call to undefined method Drupal\Core\Config\Entity\Query...
minnur’s picture

Status: Needs review » Fixed

Fixed the typo.

minnur’s picture

minnur’s picture

Status: Fixed » Closed (fixed)

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