You are here

public function Generator::queue in Simple XML sitemap 4.x

Queues links from currently set variants.

Return value

$this

Throws

\Drupal\Component\Plugin\Exception\PluginException

File

src/Manager/Generator.php, line 153

Class

Generator
Main managing service.

Namespace

Drupal\simple_sitemap\Manager

Code

public function queue() : Generator {
  $this->queueWorker
    ->queue($this
    ->getVariants());
  return $this;
}