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

Breadcrumb

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

function ConfigModuleOverridesEvent::getNames

Gets configuration names.

Return value

array The list of configuration names that can be overridden.

File

core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php, line 55

Class

ConfigModuleOverridesEvent
Event object to allow configuration to be overridden by modules.

Namespace

Drupal\Core\Config

Code

public function getNames() {
    return $this->names;
}
RSS feed
Powered by Drupal