You are here

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()
LinkGeneratorBase::get_entity_paths in src/LinkGeneratorBase.php

File

src/LinkGeneratorInterface.php, line 25
Contains Drupal\simplesitemap\LinkGeneratorInterface.

Class

LinkGeneratorInterface
Defines an interface for simplesitemap plugins.

Namespace

Drupal\simplesitemap

Code

public function get_entity_paths($entity_type, $bundles);