public function XmlSitemapInterface::getLinks in XML sitemap 8
Same name and namespace in other branches
- 2.x src/XmlSitemapInterface.php \Drupal\xmlsitemap\XmlSitemapInterface::getLinks()
Returns the sitemap links number.
Return value
int The links number.
1 method overrides XmlSitemapInterface::getLinks()
- XmlSitemap::getLinks in src/
Entity/ XmlSitemap.php - Returns the sitemap links number.
File
- src/
XmlSitemapInterface.php, line 34
Class
- XmlSitemapInterface
- Provides an interface defining a XmlSitemap entity.
Namespace
Drupal\xmlsitemapCode
public function getLinks();