TextFormat::configFactory

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();
}
doc_Drupal
2016-10-29 09:47:39
Comments
Leave a Comment

Please login to continue.