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

public function count() {
  return Unicode::strlen($this->__toString());
}
doc_Drupal
2016-10-29 09:17:26
Comments
Leave a Comment

Please login to continue.