You are here

public property SitemapBase::$enabled in Sitemap 8.2

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

A Boolean indicating whether this mapping is enabled.

Type: bool

File

src/SitemapBase.php, line 31

Class

SitemapBase
Base class for Sitemap plugin implementations.

Namespace

Drupal\sitemap

Code

public $enabled = FALSE;