September 2018
Beginner to intermediate
218 pages
4h 27m
English
The around plugin runs around the observed method in a way that allows us to run some code before and after the original method call. This is a very powerful concept, as we get to change the incoming parameters as well as the return value of a function.
When writing the around plugin, there are a few key points to remember:
Read now
Unlock full access