protected static TextFormat::configFactory()
Wraps the config factory.
Return value
\Drupal\Core\Config\ConfigFactoryInterface
File
- core/modules/filter/src/Element/TextFormat.php, line 264
Class
- TextFormat
- Provides a text format render element.
Namespace
Drupal\filter\Element
Code
protected static function configFactory() { return \Drupal::configFactory(); }
Please login to continue.