We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For example here:
https://github.com/backdrop-contrib/profile/blob/1.x-1.x/profile.info.inc#L26
But actually in the whole file, it seems.
Function entity_property_getter_method() was part of the D7 entity module, but isn't part of anything in B - neither core nor entity_plus.
For this specific getter callback, there's an equivalent in entity_plus named entity_plus_property_getter_method with the same params.
entity_plus_property_getter_method
Other candidates:
There may be more to fix, but this (missing) function is a problem in one of my migration projects, which prevents indexing with search_api.
The text was updated successfully, but these errors were encountered:
Issue backdrop-contrib#37: Update callback functions to entity_plus n…
4b46774
…ames
@bugfolder here's a PR: #38
With that change, search_api indexing works for me.
Sorry, something went wrong.
Merge pull request #38 from indigoxela/37-callbacks
f28ec61
Issue #37: Update callback functions to entity_plus names
Successfully merging a pull request may close this issue.
For example here:
https://github.com/backdrop-contrib/profile/blob/1.x-1.x/profile.info.inc#L26
But actually in the whole file, it seems.
Function entity_property_getter_method() was part of the D7 entity module, but isn't part of anything in B - neither core nor entity_plus.
For this specific getter callback, there's an equivalent in entity_plus named
entity_plus_property_getter_method
with the same params.Other candidates:
There may be more to fix, but this (missing) function is a problem in one of my migration projects, which prevents indexing with search_api.
The text was updated successfully, but these errors were encountered: