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

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

steven jones created an issue. See original summary.

quadrexdev made their first commit to this issue’s fork.

quadrexdev’s picture

Status: Active » Needs review

Added a merge request with content_access_proccess_grant deprecated and content_access_process_grant added.

Please review.

steven jones’s picture

Status: Needs review » Reviewed & tested by the community

This looks like a fine change to me.

quadrexdev’s picture

Version: 2.0.x-dev » 2.1.x-dev

  • 88adfe8b committed on 2.1.x
    #3509164 Renamed content_access_proccess_grant to...
quadrexdev’s picture

Status: Reviewed & tested by the community » Fixed

Merged 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

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.

Status: Fixed » Closed (fixed)

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