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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since Craft 3.3 a MatrixBlock element has a getField method. This shadows any field with handle field in this matrix block.
getField
field
See #4453, #4754 for similar issues.
The text was updated successfully, but these errors were encountered:
b42d80b
There’s no reason that method needed to be public in the first place, so I’ve just made it private for the next release.
Sorry, something went wrong.
No branches or pull requests
Description
Since Craft 3.3 a MatrixBlock element has a
getField
method. This shadows any field with handlefield
in this matrix block.See #4453, #4754 for similar issues.
Steps to reproduce
field
.field
in a Twig template.Additional info
The text was updated successfully, but these errors were encountered: