public function XmlSitemapGeneratorInterface::regenerateBefore in XML sitemap 2.x
Same name and namespace in other branches
- 8 src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::regenerateBefore()
Perform operations before rebuilding the sitemap.
1 method overrides XmlSitemapGeneratorInterface::regenerateBefore()
- XmlSitemapGenerator::regenerateBefore in src/
XmlSitemapGenerator.php - Perform operations before rebuilding the sitemap.
File
- src/
XmlSitemapGeneratorInterface.php, line 27
Class
- XmlSitemapGeneratorInterface
- Provides an interface defining a XmlSitemapGenerator service.
Namespace
Drupal\xmlsitemapCode
public function regenerateBefore();