Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Markup.php
function Markup::count
Return value
int
File
vendor/
twig/
twig/
src/
Markup.php
, line 43
Class
Markup
Marks a content as safe.
Namespace
Twig
Code
public
function
count
() {
return
mb_strlen
(
$this
->
content
,
$this
->
charset
); }
RSS feed