You are here

public function Settings::getAll in Simple XML sitemap 4.x

File

src/Settings.php, line 46

Class

Settings
Class Settings

Namespace

Drupal\simple_sitemap

Code

public function getAll() {
  return $this->configFactory
    ->get('simple_sitemap.settings')
    ->get();
}