service config.factory

Class

Drupal\Core\Config\ConfigFactory

Tags

  • persist
25 string references to config.factory
AccountSettingsForm::create in drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php
Instantiates a new instance of this controller.
AggregatorController::create in drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php
{inheritdoc}
ConfigImporterTest::setUp in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Sets up Drupal unit test environment.
ConfigLocaleOverride::testConfigLocaleUserOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php
Tests locale override based on user's preferred language.
ConfigStorageController::createInstance in drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php
Instantiates a new instance of this entity controller.

... See full list

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\Config\ConfigFactory
  2. tags:
  3. - { name: persist }
  4. arguments:
  5. - '@config.storage'
  6. - '@config.context'