You are here

public function StaticGeneratorInterface::getPaths in Tome 8

Gets all uncached public-facing paths for the site.

Entity paths will be returned in the format "_entity:entity_type_id:langcode:entity_id" and should be resolved by the caller using a batch process.

Return value

string[] An array of paths.

1 method overrides StaticGeneratorInterface::getPaths()
StaticGenerator::getPaths in modules/tome_static/src/StaticGenerator.php
Gets all uncached public-facing paths for the site.

File

modules/tome_static/src/StaticGeneratorInterface.php, line 35

Class

StaticGeneratorInterface
Provides an interface for the static generator.

Namespace

Drupal\tome_static

Code

public function getPaths();