Problem/Motivation

Error: Call to undefined method Drupal\Core\Config\Entity\Query\Query::acccessCheck() in Drupal\entity_extra_field\Controller\EntityExtraFieldListBuilder->getEntityIds() (line 94 of /var/www/html/web/modules/contrib/entity_extra_field/src/Controller/EntityExtraFieldListBuilder.php)

Steps to reproduce

After enabling the module with the latest updated 8 Jun 2023 at 18:39 UTC go to Manage Extra Fields of an entity like example Content Type or Account Settings.

Proposed resolution

Correct the type acccessCheck to accessCheck.

Remaining tasks

Creating Patch

User interface changes

No change

API changes

No change/Typo fixes.

Data model changes

No change

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

sarathkm created an issue. See original summary.

sarathkm’s picture

Assigned: Unassigned » sarathkm
Issue summary: View changes

sarathkm’s picture

Assigned: sarathkm » Unassigned
Status: Active » Needs review
sarathkm’s picture

Title: [Typo Error] Call to undefined method Drupal\Core\Config\Entity\Query\Query::acccessCheck() line 94 » [Typo Error] Call to undefined method acccessCheck() line 94

updated title

jhedstrom’s picture

Status: Needs review » Reviewed & tested by the community

This fixes the error.

  • droath committed 9411a086 on 2.0.x authored by sarathkm
    Issue #3368742 by sarath49:  Call to undefined method acccessCheck()...
droath’s picture

Status: Reviewed & tested by the community » Fixed
droath’s picture

Status: Fixed » Closed (fixed)