FOF30\Utils\CacheCleaner::clearPluginsAndModulesCache PHP Méthode

clearPluginsAndModulesCache() public static méthode

Clears the com_modules and com_plugins cache. You need to call this whenever you alter the publish state or parameters of a module or plugin from your code.
public static clearPluginsAndModulesCache ( ) : void
Résultat void
    public static function clearPluginsAndModulesCache()
    {
        self::clearPluginsCache();
        self::clearModulesCache();
    }