You are here

protected static function ProcessedText::configFactory in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Element/ProcessedText.php \Drupal\filter\Element\ProcessedText::configFactory()
  2. 10 core/modules/filter/src/Element/ProcessedText.php \Drupal\filter\Element\ProcessedText::configFactory()

Wraps the config factory.

Return value

\Drupal\Core\Config\ConfigFactoryInterface

File

core/modules/filter/src/Element/ProcessedText.php, line 157

Class

ProcessedText
Provides a processed text render element.

Namespace

Drupal\filter\Element

Code

protected static function configFactory() {
  return \Drupal::configFactory();
}