Helper class for plugins that don't have their UI adapted to OMP. More...
Public Member Functions | |
| redirect ($url) | |
Helper class for plugins that don't have their UI adapted to OMP.
FIXME: After modernizing the UI of the plugins, remove this class.
Definition at line 17 of file LegacyPluginHelper.inc.php.
| LegacyPluginHelper.redirect | ( | $ | url | ) |
Returns a JSON message with an event to refresh the modal where the plugin content is. This will simulate the Request.redirect behaviour, using the existing modal to load the new content.
| $url | The url that will be used to fetch new content. |
Definition at line 32 of file LegacyPluginHelper.inc.php.
1.7.1