Skip to content
Snippets Groups Projects

Issue #3306201: Add a title getter to LinkItemInterface

Closed Issue #3306201: Add a title getter to LinkItemInterface
All threads resolved!
Closed Dieter Holvoet requested to merge issue/drupal-3306201:3306201-add-a-title into 10.1.x
All threads resolved!
Files
3
@@ -175,6 +175,13 @@ public function getUrl() {
return Url::fromUri($this->uri, (array) $this->options);
}
/**
* {@inheritdoc}
*/
public function getTitle(): ?string {
return $this->title ?: NULL;
}
/**
* {@inheritdoc}
*/
Loading