You are here

function Simplesitemap::__construct in Simple XML sitemap 8

File

src/Simplesitemap.php, line 20
Contains \Drupal\simplesitemap\Simplesitemap.

Class

Simplesitemap
Simplesitemap class.

Namespace

Drupal\simplesitemap

Code

function __construct() {
  $this
    ->initialize();
}