You are here

public property SitemapBase::$weight in Sitemap 8.2

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

The weight of this mapping compared to others in the sitemap.

Type: int

File

src/SitemapBase.php, line 38

Class

SitemapBase
Base class for Sitemap plugin implementations.

Namespace

Drupal\sitemap

Code

public $weight = 0;