protected static property Simplesitemap::$allowedLinkSettings in Simple XML sitemap 8.3
Same name and namespace in other branches
- 8.2 src/Simplesitemap.php \Drupal\simple_sitemap\Simplesitemap::allowedLinkSettings
Type: array
File
- src/
Simplesitemap.php, line 89
Class
- Simplesitemap
- Class Simplesitemap @package Drupal\simple_sitemap
Namespace
Drupal\simple_sitemapCode
protected static $allowedLinkSettings = [
'entity' => [
'index',
'priority',
'changefreq',
'include_images',
],
'custom' => [
'priority',
'changefreq',
],
];