In most use cases, users will want to output links to entities with the title of the entity as the text. We should make the default value of the $title argument of the link() method the title of the current entity (more likely, make the default value false and then get the title of the entity if the $title argument is false).
In most use cases, users will want to output links to entities with the title of the entity as the text. We should make the default value of the
$title
argument of thelink()
method the title of the current entity (more likely, make the default valuefalse
and then get the title of the entity if the$title
argument is false).