Plugins_Handler
Class: This class handles locating and caching all of the active plugins.
Source: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php:7
Class: This class handles locating and caching all of the active plugins.
Source: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php:7
Method: The constructor.
Source: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php:33
Method: Gets all of the active plugins we can find.
Source: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php:46
Method: Gets all of the cached plugins if there are any.
Source: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php:115
Method: Saves the plugin list to the cache.
Source: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php:130
Method: Checks to see whether or not the plugin list given has changed when compared to the shared `$jetpack_autoloader_cached_plugin_paths` global. This allows us to deal with cases where the active list may change due to filtering.
Source: vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php:146