Loading core/lib/Drupal/Core/Extension/ModuleHandler.php +1 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,12 @@ use Drupal\Component\Graph\Graph; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\DestructableInterface; use Drupal\Core\Extension\Exception\UnknownExtensionException; /** * Class that manages modules in a Drupal installation. */ class ModuleHandler implements ModuleHandlerInterface, DestructableInterface { class ModuleHandler implements ModuleHandlerInterface { /** * List of loaded files. Loading core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ namespace Drupal\Core\Extension; use Drupal\Core\DestructableInterface; /** * Interface for classes that manage a set of enabled modules. * Loading @@ -9,7 +11,7 @@ * responsible for loading module files and maintaining information about module * dependencies and hook implementations. */ interface ModuleHandlerInterface { interface ModuleHandlerInterface extends DestructableInterface { /** * Includes a module's .module file. Loading Loading
core/lib/Drupal/Core/Extension/ModuleHandler.php +1 −2 Original line number Diff line number Diff line Loading @@ -5,13 +5,12 @@ use Drupal\Component\Graph\Graph; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\DestructableInterface; use Drupal\Core\Extension\Exception\UnknownExtensionException; /** * Class that manages modules in a Drupal installation. */ class ModuleHandler implements ModuleHandlerInterface, DestructableInterface { class ModuleHandler implements ModuleHandlerInterface { /** * List of loaded files. Loading
core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ namespace Drupal\Core\Extension; use Drupal\Core\DestructableInterface; /** * Interface for classes that manage a set of enabled modules. * Loading @@ -9,7 +11,7 @@ * responsible for loading module files and maintaining information about module * dependencies and hook implementations. */ interface ModuleHandlerInterface { interface ModuleHandlerInterface extends DestructableInterface { /** * Includes a module's .module file. Loading