Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExcludedModulesEventSubscriber.php

function ExcludedModulesEventSubscriber::__construct

EnvironmentModulesEventSubscriber constructor.

Parameters

\Drupal\Core\Config\StorageInterface $active_storage: The active config storage.

\Drupal\Core\Site\Settings $settings: The Drupal settings.

\Drupal\Core\Config\ConfigManagerInterface $manager: The config manager.

File

core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php, line 48

Class

ExcludedModulesEventSubscriber
The event subscriber preventing excluded modules to be exported.

Namespace

Drupal\Core\EventSubscriber

Code

public function __construct(StorageInterface $active_storage, Settings $settings, ConfigManagerInterface $manager) {
    $this->activeStorage = $active_storage;
    $this->settings = $settings;
    $this->manager = $manager;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal