You are here

service simple_sitemap.entity_manager in Simple XML sitemap 4.x

Class

Drupal\simple_sitemap\Manager\EntityManager
3 string references to simple_sitemap.entity_manager
EntityMenuLinkContentUrlGenerator::create in src/Plugin/simple_sitemap/UrlGenerator/EntityMenuLinkContentUrlGenerator.php
Creates an instance of the plugin.
EntityUrlGenerator::create in src/Plugin/simple_sitemap/UrlGenerator/EntityUrlGenerator.php
Creates an instance of the plugin.
Generator::entityManager in src/Manager/Generator.php

File

./simple_sitemap.services.yml
simple_sitemap.services.yml

View source
  1. class: Drupal\simple_sitemap\Manager\EntityManager
  2. public: true
  3. arguments:
  4. - '@simple_sitemap.entity_helper'
  5. - '@simple_sitemap.settings'
  6. - '@config.factory'
  7. - '@database'
  8. - '@entity_type.manager'