function GeneratedLink::count
Same name in other branches
- 8.9.x core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::count()
- 10 core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::count()
- 11.x core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::count()
File
-
core/
lib/ Drupal/ Core/ GeneratedLink.php, line 68
Class
- GeneratedLink
- Used to return generated links, along with associated cacheability metadata.
Namespace
Drupal\CoreCode
public function count() {
return mb_strlen($this->__toString());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.