You are here

9 calls to Utility::isAjaxRequest() in AJAX Comments 8

AjaxCommentsController::edit in src/Controller/AjaxCommentsController.php
Returns the comment edit form.
AjaxCommentsController::reply in src/Controller/AjaxCommentsController.php
Builds ajax response to display a form to reply to another comment.
AjaxCommentsDeleteForm::buildForm in src/Form/AjaxCommentsDeleteForm.php
Form constructor.
AjaxCommentsDeleteForm::submitForm in src/Form/AjaxCommentsDeleteForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
AjaxCommentsForm::buildForm in src/Form/AjaxCommentsForm.php
Form constructor.
ajax_comments_entity_display_build_alter in ./ajax_comments.module
Implements hook_entity_display_build_alter().
TempStore::processForm in src/TempStore.php
Update the temp store values while rebuilding a form, when necessary.
Utility::getEntityRenderArray in src/Utility.php
Retrieve a stored entity render array.
Utility::setEntityRenderArray in src/Utility.php
Store a generated entity render array.