service config.context.free

Class

Drupal\Core\Config\Context\ContextInterface
10 string references to config.context.free
AccountSettingsForm::create in drupal/core/modules/user/lib/Drupal/user/AccountSettingsForm.php
Instantiates a new instance of this controller.
ConfigLocaleOverride::testConfigLocaleOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php
Tests basic locale override.
ConfigLocaleOverride::testConfigLocaleUserAndGlobalOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php
Tests locale override in combination with global overrides.
ConfigOverrideTest::testConfOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigOverrideTest.php
Tests configuration override.
CronForm::create in drupal/core/modules/system/lib/Drupal/system/Form/CronForm.php
Instantiates a new instance of this controller.

... See full list

File

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

View source
  1. class: Drupal\Core\Config\Context\ContextInterface
  2. factory_method: get
  3. factory_service: config.context.factory
  4. arguments:
  5. - Drupal\Core\Config\Context\FreeConfigContext