You are here

service name.generator in Name Field 8

Class

Drupal\name\NameGenerator
3 string references to name.generator
NameFormatListBuilder::createInstance in src/NameFormatListBuilder.php
Instantiates a new instance of this entity handler.
NameFormatter::create in src/Plugin/Field/FieldFormatter/NameFormatter.php
Creates an instance of the plugin.
NameListFormatListBuilder::createInstance in src/NameListFormatListBuilder.php
Instantiates a new instance of this entity handler.

File

./name.services.yml
name.services.yml

View source
  1. class: Drupal\name\NameGenerator
  2. arguments:
  3. - '@name.formatter'
  4. - '@name.format_parser'
  5. - '@config.factory'
  6. - '@language_manager'
  7. - '@string_translation'