You are here

service ajax_comments.field_settings_helper in AJAX Comments 8

Class

Drupal\ajax_comments\FieldSettingsHelper
5 string references to ajax_comments.field_settings_helper
AjaxCommentsForm::create in src/Form/AjaxCommentsForm.php
Instantiates a new instance of this class.
ajax_comments_comment_links_alter in ./ajax_comments.module
Implements hook_comment_links_alter().
ajax_comments_entity_display_build_alter in ./ajax_comments.module
Implements hook_entity_display_build_alter().
ajax_comments_entity_view_alter in ./ajax_comments.module
Implements hook_entity_view_alter().
ajax_comments_form_comment_form_alter in ./ajax_comments.module
Implements hook_form_FORM_ID_alter().

File

./ajax_comments.services.yml
ajax_comments.services.yml

View source
  1. class: Drupal\ajax_comments\FieldSettingsHelper
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@plugin.manager.field.formatter'