Problem/Motivation
content_access_proccess_grant has a typo in the function name, it should be:
content_access_process_grant
Steps to reproduce
Proposed resolution
Add a new function called content_access_process_grant and deprecate the old, incorrectly named one. Schedule it for removal in 3.0.0
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork content_access-3509164
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 #4
quadrexdevAdded a merge request with
content_access_proccess_grantdeprecated andcontent_access_process_grantadded.Please review.
Comment #5
steven jones commentedThis looks like a fine change to me.
Comment #6
quadrexdevComment #8
quadrexdevMerged in 2.1.x (created this new dev release due to already existing 2.1.0-rc1 release and further plans about 2.1.0 release).
Unrelated phpunit/phpstan errors moved to this issue: https://www.drupal.org/project/content_access/issues/3570550