From d3833cab68688a418e2ff2afc016ceeaf160a224 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Thu, 15 Mar 2018 21:33:32 -0400 Subject: [PATCH] The getCollection method is not intended for user-land usage. This method is not for public consumption. --- src/Core/Plugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Plugin.php b/src/Core/Plugin.php index 8ec8d64448e..d25b98c897a 100644 --- a/src/Core/Plugin.php +++ b/src/Core/Plugin.php @@ -409,6 +409,7 @@ protected static function _includeFile($file, $ignoreMissing = false) /** * Get the shared plugin collection. * + * @internal * @return \Cake\Core\PluginCollection */ public static function getCollection()