You are here

service auto_entitylabel.entity_decorator in Automatic Entity Label 8

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

Class

Drupal\auto_entitylabel\EntityDecorator
4 string references to auto_entitylabel.entity_decorator
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_form_alter in ./auto_entitylabel.module
Implements hook_form_alter().
EntityLabelNotNullConstraintValidator::validate in src/Plugin/Validation/EntityLabelNotNullConstraintValidator.php
Checks if the passed value is valid.

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'