GeneratedLink::count

public 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

1
2
3
public function count() {
  return Unicode::strlen($this->__toString());
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.