function FormattableMarkup::count
Same name in other branches
- 9 core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::count()
- 10 core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::count()
- 11.x core/lib/Drupal/Component/Render/FormattableMarkup.php \Drupal\Component\Render\FormattableMarkup::count()
Returns the string length.
Return value
int The length of the string.
1 method overrides FormattableMarkup::count()
- TranslatableMarkup::count in core/
lib/ Drupal/ Core/ StringTranslation/ TranslatableMarkup.php - Returns the string length.
File
-
core/
lib/ Drupal/ Component/ Render/ FormattableMarkup.php, line 108
Class
- FormattableMarkup
- Formats a string for HTML display by replacing variable placeholders.
Namespace
Drupal\Component\RenderCode
public function count() {
return mb_strlen($this->string);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.