Skip to content
Snippets Groups Projects

Issue #3130107: Extend unit test coverage for LanguageNegotiationContentEntity

Open Stefanos Petrakis requested to merge issue/drupal-3130107:3130107-add-unit-test into 10.1.x
3 files
+ 16
0
Compare changes
  • Side-by-side
  • Inline
Files
3
  • c721f4ac
    Issue #3306201 by DieterHolvoet, Abhijith S, smustgrave, xjm: Add a title... · c721f4ac
    Jess authored
    Issue #3306201 by DieterHolvoet, Abhijith S, smustgrave, xjm: Add a title getter to LinkItemInterface
@@ -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