You are here

service synonyms.behaviors in Synonyms 8

Class

Drupal\synonyms\SynonymsService\BehaviorService

Tags

  • service_collector
6 string references to synonyms.behaviors
EntityReferenceField::create in src/Plugin/Derivative/EntityReferenceField.php
Creates a new class instance.
Field::create in src/Plugin/Derivative/Field.php
Creates a new class instance.
SynonymConfigController::create in src/Controller/SynonymConfigController.php
Instantiates a new instance of this class.
SynonymForm::create in src/Form/SynonymForm.php
Instantiates a new instance of this class.
SynonymsEntity::create in synonyms_views_argument_validator/src/Plugin/views/argument_validator/SynonymsEntity.php
Creates an instance of the plugin.

... See full list

File

./synonyms.services.yml
synonyms.services.yml

View source
  1. class: Drupal\synonyms\SynonymsService\BehaviorService
  2. tags:
  3. - { name: service_collector, tag: synonyms_behavior, call: addBehaviorService }
  4. arguments:
  5. - '@entity_type.manager'