function ConfigModuleOverridesEvent::getNames

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php \Drupal\Core\Config\ConfigModuleOverridesEvent::getNames()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php \Drupal\Core\Config\ConfigModuleOverridesEvent::getNames()
  3. 10 core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php \Drupal\Core\Config\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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.