You are here

service yoast_seo.manager in Real-time SEO for Drupal 8.2

Same name and namespace in other branches
  1. 8 yoast_seo.services.yml \yoast_seo.manager

Class

Drupal\yoast_seo\SeoManager
3 string references to yoast_seo.manager
YoastSeoFormatter::viewElements in src/Plugin/Field/FieldFormatter/YoastSeoFormatter.php
Builds a renderable array for a field value.
YoastSeoWidget::create in src/Plugin/Field/FieldWidget/YoastSeoWidget.php
Creates an instance of the plugin.
yoast_seo_metatags_alter in ./yoast_seo.module
Implements hook_metatags_alter().

File

./yoast_seo.services.yml
yoast_seo.services.yml

View source
  1. class: Drupal\yoast_seo\SeoManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.bundle.info'
  5. - '@entity_field.manager'
  6. - '@string_translation'