You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class \Magento\Framework\Data\Form\Element\Textarea breaks specification of the parent class \Magento\Framework\Data\Form\Element\AbstractElement by not calling the method getBeforeElementHtml (getAfterElementHtml is called)
#2202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
I think the plugins is the top one feature of Magento 2.
It would be great to plug-in not only to the public methods but to the protected methods too.
It would help to solve the ploblems like #2165 in a more efficient way (now I was forced to override all the class because the problem methods are protected and can not be plugged in).
Hi, @mage2pro thanks for contributing, we will close this issue as not updated more than 2 week, if this issue still reproducible please feel free to create new one.
\Magento\Framework\Data\Form\Element\AbstractElement::getAfterElementHtml()
https://github.com/magento/magento2/tree/80c5e2b00170b290909f65f8922a7ebcb315ed1a/lib/internal/Magento/Framework/Data/Form/Element/AbstractElement.php#L385-L388
\Magento\Framework\Data\Form\Element\AbstractElement::getBeforeElementHtml()
https://github.com/magento/magento2/tree/80c5e2b00170b290909f65f8922a7ebcb315ed1a/lib/internal/Magento/Framework/Data/Form/Element/AbstractElement.php#L395-L398
\Magento\Framework\Data\Form\Element\Textarea
callsgetAfterElementHtml
but notgetBeforeElementHtml
https://github.com/magento/magento2/tree/80c5e2b00170b290909f65f8922a7ebcb315ed1a/lib/internal/Magento/Framework/Data/Form/Element/Textarea.php#L84-L88
The text was updated successfully, but these errors were encountered: