You are here

public function SimpleSitemap::__toString in Simple XML sitemap 4.x

File

src/Entity/SimpleSitemap.php, line 78

Class

SimpleSitemap
Defines the simple_sitemap entity.

Namespace

Drupal\simple_sitemap\Entity

Code

public function __toString() : string {
  return $this
    ->toString();
}