public function XmlSitemapGeneratorInterface::getMemoryUsage in XML sitemap 8
Same name and namespace in other branches
- 2.x src/XmlSitemapGeneratorInterface.php \Drupal\xmlsitemap\XmlSitemapGeneratorInterface::getMemoryUsage()
Get how much memory was used.
Parameters
bool $start: Start value.
Return value
int Used memory.
1 method overrides XmlSitemapGeneratorInterface::getMemoryUsage()
- XmlSitemapGenerator::getMemoryUsage in src/
XmlSitemapGenerator.php - Get how much memory was used.
File
- src/
XmlSitemapGeneratorInterface.php, line 38
Class
- XmlSitemapGeneratorInterface
- Provides an interface defining a XmlSitemapGenerator service.
Namespace
Drupal\xmlsitemapCode
public function getMemoryUsage($start = FALSE);