You are here

service auto_entitylabel.entity_decorator in Automatic Entity Label 8.2

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

Class

Drupal\auto_entitylabel\EntityDecorator
5 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_prepare_entityform in ./auto_entitylabel.module
Prepares the label replacement in the entity form.
EntityLabelNotNullConstraintValidator::create in src/Plugin/Validation/EntityLabelNotNullConstraintValidator.php
Instantiates a new instance of this class.

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'