Exam AD0-E724 Topic 1 Question 87 Discussion
Actual exam question for Adobe's AD0-E724 exam
Question #: 87
Topic #: 1
Question #: 87
Topic #: 1
Which method type can be intercepted by plugins?
Suggested Answer: C Vote an answer
In Magento, plugins (Interceptors) can only intercept public methods. This is because the plugin system relies on Magento's object manager to dynamically create proxy classes that can intercept method calls. Since private and final methods are not accessible from outside the class they are defined in, and static methods are not called on an object instance, these method types cannot be intercepted. This mechanism allows for the extension and customization of Magento's core behavior in a transparent and non-intrusive manner.
by Amos at Jun 10, 2026, 05:25 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).