Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / http-kernel / KernelInterface.php
index 37ac3af515a6a483fb56d5d0abd91b004772d7d9..d7308ae5e0c1458d3b561af73252908e3bf2a761 100644 (file)
@@ -57,17 +57,6 @@ interface KernelInterface extends HttpKernelInterface, \Serializable
      */
     public function getBundles();
 
-    /**
-     * Checks if a given class name belongs to an active bundle.
-     *
-     * @param string $class A class name
-     *
-     * @return bool true if the class belongs to an active bundle, false otherwise
-     *
-     * @deprecated since version 2.6, to be removed in 3.0.
-     */
-    public function isClassInActiveBundle($class);
-
     /**
      * Returns a bundle and optionally its descendants by its name.
      *