You are here

service contact_emails.helper in Contact Emails 8

Class

Drupal\contact_emails\ContactEmails
2 string references to contact_emails.helper
ContactEmailForm::create in src/Form/ContactEmailForm.php
Instantiates a new instance of this class.
ContactEmailListBuilder::recipientFieldValue in src/ContactEmailListBuilder.php
Get the description of recipient field value.

File

./contact_emails.services.yml
contact_emails.services.yml

View source
  1. class: Drupal\contact_emails\ContactEmails
  2. arguments:
  3. - '@cache.default'
  4. - '@entity_field.manager'
  5. - '@entity_type.bundle.info'