You are here

protected static function TextFormat::elementInfo in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Element/TextFormat.php \Drupal\filter\Element\TextFormat::elementInfo()

Wraps the element info service.

Return value

\Drupal\Core\Render\ElementInfoManagerInterface

File

core/modules/filter/src/Element/TextFormat.php, line 278
Contains \Drupal\filter\Element\TextFormat.

Class

TextFormat
Provides a text format render element.

Namespace

Drupal\filter\Element

Code

protected static function elementInfo() {
  return \Drupal::service('element_info');
}