public function GeneratedLink::count in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::count()
- 9 core/lib/Drupal/Core/GeneratedLink.php \Drupal\Core\GeneratedLink::count()
File
- core/
lib/ Drupal/ Core/ GeneratedLink.php, line 69
Class
- GeneratedLink
- Used to return generated links, along with associated cacheability metadata.
Namespace
Drupal\CoreCode
public function count() {
return mb_strlen($this
->__toString());
}