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

1
2
3
protected static function elementInfo() {
  return \Drupal::service('element_info');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.