public function LinkGeneratorInterface::get_entity_paths in Simple XML sitemap 8
Parameters
string $entity_type: E.g. 'node_type', 'taxonomy_vocabulary'.
array $bundles: E.g. 'page'.
Return value
array $paths
1 method overrides LinkGeneratorInterface::get_entity_paths()
File
- src/
LinkGeneratorInterface.php, line 25 - Contains Drupal\simplesitemap\LinkGeneratorInterface.
Class
- LinkGeneratorInterface
- Defines an interface for simplesitemap plugins.
Namespace
Drupal\simplesitemapCode
public function get_entity_paths($entity_type, $bundles);