System Config subscriber.
Hierarchy
- class \Drupal\system\SystemConfigSubscriber implements EventSubscriberInterface uses StringTranslationTrait
File
- core/modules/system/src/SystemConfigSubscriber.php, line 15
Namespace
Drupal\system
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| StringTranslationTrait::$stringTranslation | protected | property | The string translation service. |
| StringTranslationTrait::formatPlural | protected | function | Formats a string containing a count of items. |
| StringTranslationTrait::getNumberOfPlurals | protected | function | Returns the number of plurals supported by a given language. |
| StringTranslationTrait::getStringTranslation | protected | function | Gets the string translation service. |
| StringTranslationTrait::setStringTranslation | public | function | Sets the string translation service to use. |
| StringTranslationTrait::t | protected | function | Translates a string to the current language or to a given language. |
| SystemConfigSubscriber::$routerBuilder | protected | property | The router builder. |
| SystemConfigSubscriber::getSubscribedEvents | public static | function | Returns an array of event names this subscriber wants to listen to. Overrides EventSubscriberInterface::getSubscribedEvents |
| SystemConfigSubscriber::onConfigImporterValidateNotEmpty | public | function | Checks that the configuration synchronization is valid. |
| SystemConfigSubscriber::onConfigImporterValidateSiteUUID | public | function | Checks that the configuration synchronization is valid. |
| SystemConfigSubscriber::onConfigSave | public | function | Rebuilds the router when the default or admin theme is changed. |
| SystemConfigSubscriber::__construct | public | function | Constructs the SystemConfigSubscriber. |
Please login to continue.