You are here

protected property RemoveDataFromSessionAction::$session in Rules Session Variables 2.x

Same name and namespace in other branches
  1. 2.0.x src/Plugin/RulesAction/RemoveDataFromSessionAction.php \Drupal\rules_session_vars\Plugin\RulesAction\RemoveDataFromSessionAction::session

The session.

Type: \Symfony\Component\HttpFoundation\Session\SessionInterface|null

File

src/Plugin/RulesAction/RemoveDataFromSessionAction.php, line 31

Class

RemoveDataFromSessionAction
Provides a 'Remove data from session' action.

Namespace

Drupal\rules_session_vars\Plugin\RulesAction

Code

protected $session;