You are here

protected property MentionsInsert::$configFactory in Open Social 10.0.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/mentions/src/EventSubscriber/MentionsInsert.php \Drupal\mentions\EventSubscriber\MentionsInsert::configFactory
  2. 10.1.x modules/custom/mentions/src/EventSubscriber/MentionsInsert.php \Drupal\mentions\EventSubscriber\MentionsInsert::configFactory
  3. 10.2.x modules/custom/mentions/src/EventSubscriber/MentionsInsert.php \Drupal\mentions\EventSubscriber\MentionsInsert::configFactory

The config factory.

Type: \Drupal\Core\Config\ConfigFactory

File

modules/custom/mentions/src/EventSubscriber/MentionsInsert.php, line 26

Class

MentionsInsert
MentionsInsert handles event 'mentions.insert'.

Namespace

Drupal\mentions\EventSubscriber

Code

protected $configFactory;