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' ); } |
Please login to continue.