Issue #1646580 follow-up by beejeebus: Capitalization fixes.
parent
d5310f042c
commit
4aaeaf521d
core
lib/Drupal/Core/EventSubscriber
modules/locale/lib/Drupal/locale
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\Core\EventSubscriber\ConfigGlobalOverridesubscriber.
|
||||
* Definition of Drupal\Core\EventSubscriber\ConfigGlobalOverrideSubscriber.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\EventSubscriber;
|
||||
|
@ -13,7 +13,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
|||
/**
|
||||
* Override configuration values with values in global $conf variable.
|
||||
*/
|
||||
class ConfigGlobalOverridesubscriber implements EventSubscriberInterface {
|
||||
class ConfigGlobalOverrideSubscriber implements EventSubscriberInterface {
|
||||
/**
|
||||
* Override configuration values with global $conf.
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\locale\LocaleConfigsubscriber.
|
||||
* Definition of Drupal\locale\LocaleConfigSubscriber.
|
||||
*/
|
||||
|
||||
namespace Drupal\locale;
|
||||
|
@ -17,7 +17,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
|||
*
|
||||
* $config is always a DrupalConfig object.
|
||||
*/
|
||||
class LocaleConfigsubscriber implements EventSubscriberInterface {
|
||||
class LocaleConfigSubscriber implements EventSubscriberInterface {
|
||||
/**
|
||||
* Override configuration values with localized data.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue