You are here

private property CommentGroupContentFormatter::$isXmlHttpRequest in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/group_core_comments/src/Plugin/Field/FieldFormatter/CommentGroupContentFormatter.php \Drupal\group_core_comments\Plugin\Field\FieldFormatter\CommentGroupContentFormatter::isXmlHttpRequest
  2. 10.0.x modules/custom/group_core_comments/src/Plugin/Field/FieldFormatter/CommentGroupContentFormatter.php \Drupal\group_core_comments\Plugin\Field\FieldFormatter\CommentGroupContentFormatter::isXmlHttpRequest
  3. 10.1.x modules/custom/group_core_comments/src/Plugin/Field/FieldFormatter/CommentGroupContentFormatter.php \Drupal\group_core_comments\Plugin\Field\FieldFormatter\CommentGroupContentFormatter::isXmlHttpRequest

TRUE if the request is a XMLHttpRequest.

Type: bool

File

modules/custom/group_core_comments/src/Plugin/Field/FieldFormatter/CommentGroupContentFormatter.php, line 45

Class

CommentGroupContentFormatter
Plugin implementation of the 'comment_group_content' formatter.

Namespace

Drupal\group_core_comments\Plugin\Field\FieldFormatter

Code

private $isXmlHttpRequest;