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\EntityCode
public function __toString() : string {
return $this
->toString();
}