private property CommentGroupContentFormatter::$isXmlHttpRequest in Open Social 10.3.x
Same name and namespace in other branches
- 10.0.x modules/custom/group_core_comments/src/Plugin/Field/FieldFormatter/CommentGroupContentFormatter.php \Drupal\group_core_comments\Plugin\Field\FieldFormatter\CommentGroupContentFormatter::isXmlHttpRequest
- 10.1.x modules/custom/group_core_comments/src/Plugin/Field/FieldFormatter/CommentGroupContentFormatter.php \Drupal\group_core_comments\Plugin\Field\FieldFormatter\CommentGroupContentFormatter::isXmlHttpRequest
- 10.2.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\FieldFormatterCode
private $isXmlHttpRequest;