You are here

service drupal_core_url_generator in Open Social 10.1.x

Same name and namespace in other branches
  1. 8.9 modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  2. 8.4 modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  3. 8.5 modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  4. 8.6 modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  5. 8.7 modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  6. 8.8 modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  7. 10.3.x modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  8. 10.0.x modules/custom/social_language/social_language.services.yml \drupal_core_url_generator
  9. 10.2.x modules/custom/social_language/social_language.services.yml \drupal_core_url_generator

Class

Drupal\Core\Render\MetadataBubblingUrlGenerator
1 string reference to drupal_core_url_generator
LanguageSwitcherBlock::build in modules/custom/social_language/src/Plugin/Block/LanguageSwitcherBlock.php
Builds and returns the renderable array for this block plugin.

File

modules/custom/social_language/social_language.services.yml
modules/custom/social_language/social_language.services.yml

View source
  1. class: Drupal\Core\Render\MetadataBubblingUrlGenerator
  2. arguments:
  3. - '@url_generator.non_bubbling'
  4. - '@renderer'
  5. calls:
  6. - [setContext, ['@?router.request_context']]
  7. deprecated: 'The "%service_id%" service is deprecated. You should use the ''url_generator'' service instead. See https://www.drupal.org/project/social/issues/3098046'