Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
GeneratedLink.php
function 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\Core
Code
public
function
count
() : int {
return
mb_strlen
(
$this
->
__toString
()); }
RSS feed