function TextFormat::configFactory
Same name in other branches
- 8.9.x core/modules/filter/src/Element/TextFormat.php \Drupal\filter\Element\TextFormat::configFactory()
- 10 core/modules/filter/src/Element/TextFormat.php \Drupal\filter\Element\TextFormat::configFactory()
- 11.x core/modules/filter/src/Element/TextFormat.php \Drupal\filter\Element\TextFormat::configFactory()
Wraps the config factory.
Return value
\Drupal\Core\Config\ConfigFactoryInterface
File
-
core/
modules/ filter/ src/ Element/ TextFormat.php, line 299
Class
- TextFormat
- Provides a text format render element.
Namespace
Drupal\filter\ElementCode
protected static function configFactory() {
return \Drupal::configFactory();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.