You are here

private function Simplesitemap::initialize in Simple XML sitemap 8

2 calls to Simplesitemap::initialize()
Simplesitemap::save_config in src/Simplesitemap.php
Saves a specific sitemap configuration to db.
Simplesitemap::__construct in src/Simplesitemap.php

File

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

Class

Simplesitemap
Simplesitemap class.

Namespace

Drupal\simplesitemap

Code

private function initialize() {
  $this
    ->get_config_from_db();
  $this
    ->get_sitemap_from_db();
}