You are here

protected static function TextFormat::configFactory in Drupal 10

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

Wraps the config factory.

Return value

\Drupal\Core\Config\ConfigFactoryInterface

1 call to TextFormat::configFactory()
TextFormat::processFormat in core/modules/filter/src/Element/TextFormat.php
Expands an element into a base element with text format selector attached.

File

core/modules/filter/src/Element/TextFormat.php, line 299

Class

TextFormat
Provides a text format render element.

Namespace

Drupal\filter\Element

Code

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