diff --git a/modules/quant_search/src/Entity/QuantSearchPage.php b/modules/quant_search/src/Entity/QuantSearchPage.php index 407e8b66..7061bbbe 100644 --- a/modules/quant_search/src/Entity/QuantSearchPage.php +++ b/modules/quant_search/src/Entity/QuantSearchPage.php @@ -141,4 +141,13 @@ class QuantSearchPage extends ConfigEntityBase implements QuantSearchPageInterfa */ protected $display = []; + /** + * Get route for string representation. + * + * @var array + */ + public function __toString() { + return $this->route; + } + }