You are here

public property Sitemap::$enabled in Sitemap 2.0.x

Same name and namespace in other branches
  1. 8.2 src/Annotation/Sitemap.php \Drupal\sitemap\Annotation\Sitemap::enabled

Whether this plugin is enabled or disabled by default.

Type: bool

File

src/Annotation/Sitemap.php, line 56

Class

Sitemap
Defines a Sitemap annotation object.

Namespace

Drupal\sitemap\Annotation

Code

public $enabled = FALSE;