What is causing this?

Posted by: Pdfprep Category: AD0-E703 Tags: , ,

You are debugging a problem resulting from a recently deployed around plugin. The plugin is intercepting the doSomething method. The aroundDoSomething plugin method is called successfully, but the original doSomething method is no longer being executed as expected.

What is causing this?
A . The sort order of the plugin is too high and supersedes the priority of the intercepted method
B . The plugin implementation returned something other than its callable argument
C . The plugin implementation is skipping the execution of its callable argument
D . The plugin implementation overlooked using the AbstractPlugin parent class

Answer: C

Leave a Reply

Your email address will not be published.