public function Settings::getAll in Simple XML sitemap 4.x
File
- src/
Settings.php, line 46
Class
- Settings
- Class Settings
Namespace
Drupal\simple_sitemapCode
public function getAll() {
return $this->configFactory
->get('simple_sitemap.settings')
->get();
}