You are here

protected property EditorConfigTranslationSubscriber::$configFactory in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php \Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber::configFactory

The config factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php, line 21

Class

EditorConfigTranslationSubscriber
Adds configuration names to configuration mapper on POPULATE_MAPPER event.

Namespace

Drupal\editor\EventSubscriber

Code

protected $configFactory;