You are here

service auto_entitylabel.entity_decorator in Automatic Entity Label 8.3

Same name and namespace in other branches
  1. 8 auto_entitylabel.services.yml \auto_entitylabel.entity_decorator
  2. 8.2 auto_entitylabel.services.yml \auto_entitylabel.entity_decorator

Class

Drupal\auto_entitylabel\EntityDecorator
6 string references to auto_entitylabel.entity_decorator
auto_entitylabel_entity_insert in ./auto_entitylabel.module
Implements hook_entity_insert().
auto_entitylabel_entity_prepare_view in ./auto_entitylabel.module
Implements hook_entity_prepare_view().
auto_entitylabel_entity_presave in ./auto_entitylabel.module
Implements hook_entity_presave().
auto_entitylabel_inline_entity_label_callback in ./auto_entitylabel.module
A callback function to provide autoentitylabel for inline entity form.
auto_entitylabel_prepare_entityform in ./auto_entitylabel.module
Prepares the label replacement in the entity form.

... See full list

File

./auto_entitylabel.services.yml
auto_entitylabel.services.yml

View source
  1. class: Drupal\auto_entitylabel\EntityDecorator
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@token'
  6. - '@module_handler'