After saving custom plugin pref I need to do some action (change some data in another table).
There is only method beforePrefsSave() but not after like with it's with a normal table.
The only way I found was full copy PrefsSaveTrigger() and add my code after
$this->getConfig()->save(true);
After saving custom plugin pref I need to do some action (change some data in another table).
There is only method beforePrefsSave() but not after like with it's with a normal table.
The only way I found was full copy PrefsSaveTrigger() and add my code after
$this->getConfig()->save(true);