You are here

public property SitemapBase::$settings in Sitemap 8.2

Same name and namespace in other branches
  1. 2.0.x src/SitemapBase.php \Drupal\sitemap\SitemapBase::settings

An associative array containing the configured settings of the sitemap_map.

Type: array

File

src/SitemapBase.php, line 24

Class

SitemapBase
Base class for Sitemap plugin implementations.

Namespace

Drupal\sitemap

Code

public $settings = [];