by Mark Williamson.
Hi,
Is there a method that gets called during a block install or update.
I know the init() method can get called when ever a block is being used / accessed, however I would like to do something only one time during install process or update process and not have to put code in an init() method which could be called multiple times, resulting in having to do checks to see if my operation has been done yet or not.
Best,
Mark