AjaxCommentsController |
class |
Drupal\ajax_comments\Controller |
src/Controller/AjaxCommentsController.php |
Controller routines for AJAX comments routes. |
|
1 |
|
AjaxCommentsDeleteForm |
class |
Drupal\ajax_comments\Form |
src/Form/AjaxCommentsDeleteForm.php |
Provides ajax enhancements to core Comment delete form. |
|
|
|
AjaxCommentsForm |
class |
Drupal\ajax_comments\Form |
src/Form/AjaxCommentsForm.php |
Provides ajax enhancements to core default Comment form. |
|
|
|
AjaxCommentsFunctionalTest |
class |
Drupal\Tests\ajax_comments\FunctionalJavascript |
tests/src/FunctionalJavascript/AjaxCommentsFunctionalTest.php |
Javascript functional tests for ajax comments. |
|
|
|
ajaxCommentsScrollToElementCommand |
class |
Drupal\ajax_comments\Ajax |
src/Ajax/ajaxCommentsScrollToElementCommand.php |
AJAX command for calling the ajaxCommentsScrollToElement() method. |
|
|
|
AjaxCommentsSettingsFormTest |
class |
Drupal\ajax_comments\Tests |
src/Tests/AjaxCommentsSettingsFormTest.php |
Tests the \Drupal\ajax_comments\Form\SettingsForm. |
|
|
|
FieldSettingsHelper |
class |
Drupal\ajax_comments |
src/FieldSettingsHelper.php |
Class FieldSettingsHelper. |
|
2 |
2 |
SettingsForm |
class |
Drupal\ajax_comments\Form |
src/Form/SettingsForm.php |
Configure 'ajax comments' settings for this site. |
|
|
1 |
TempStore |
class |
Drupal\ajax_comments |
src/TempStore.php |
A service to help store and retrieve data to be used across HTTP requests. |
|
3 |
2 |
Utility |
class |
Drupal\ajax_comments |
src/Utility.php |
Provides various helper methods for Ajax Comments. |
|
5 |
|