You are here

protected property AjaxCommentsController::$clearTempStore in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/custom/social_ajax_comments/src/Controller/AjaxCommentsController.php \Drupal\social_ajax_comments\Controller\AjaxCommentsController::clearTempStore
  2. 10.1.x modules/custom/social_ajax_comments/src/Controller/AjaxCommentsController.php \Drupal\social_ajax_comments\Controller\AjaxCommentsController::clearTempStore
  3. 10.2.x modules/custom/social_ajax_comments/src/Controller/AjaxCommentsController.php \Drupal\social_ajax_comments\Controller\AjaxCommentsController::clearTempStore

TRUE if temporary storage should be cleared.

Type: bool

File

modules/custom/social_ajax_comments/src/Controller/AjaxCommentsController.php, line 29

Class

AjaxCommentsController
Controller routines for AJAX comments routes.

Namespace

Drupal\social_ajax_comments\Controller

Code

protected $clearTempStore = TRUE;