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