Problem/Motivation
content_translation_view_access()
is invoked as an implementation of hook_ENTITY_TYPE_access()
, but it is not an implementation of this hook.
Proposed resolution
Rename the function. However, there are other functions that have a name in the same format, such as content_translation_add_access()
.
Remaining tasks
- simplify tests/add tests https://drupal.org/contributor-tasks/write-tests
User interface changes
None.
API changes
Function renames, but no functional changes.
Issues blocked by this one: