TextFormat::elementInfo

protected static TextFormat::elementInfo()

Wraps the element info service.

Return value

\Drupal\Core\Render\ElementInfoManagerInterface

File

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

Class

TextFormat
Provides a text format render element.

Namespace

Drupal\filter\Element

Code

protected static function elementInfo() {
  return \Drupal::service('element_info');
}
doc_Drupal
2016-10-29 09:47:39
Comments
Leave a Comment

Please login to continue.