service simple_sitemap.entity_helper in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 simple_sitemap.services.yml \simple_sitemap.entity_helper
- 8.2 simple_sitemap.services.yml \simple_sitemap.entity_helper
Class
Drupal\simple_sitemap\Entity\EntityHelper6 string references to simple_sitemap.entity_helper
- CustomUrlGenerator::create in src/
Plugin/ simple_sitemap/ UrlGenerator/ CustomUrlGenerator.php - Creates an instance of the plugin.
- 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.
- EntityUrlGeneratorBase::create in src/
Plugin/ simple_sitemap/ UrlGenerator/ EntityUrlGeneratorBase.php - Creates an instance of the plugin.
- simple_sitemap_entity_delete in ./
simple_sitemap.module - Implements hook_entity_delete().
File
View source
- class: Drupal\simple_sitemap\Entity\EntityHelper
- public: true
- arguments:
- - '@entity_type.manager'
- - '@entity_type.bundle.info'
- - '@config.factory'