class DataHandler in Social Post 8.2
Same name and namespace in other branches
- 3.x src/DataHandler.php \Drupal\social_post\DataHandler
Variables are written to and read from session via this class.
Hierarchy
- class \Drupal\social_api\SocialApiDataHandler
- class \Drupal\social_post\DataHandler
Expanded class hierarchy of DataHandler
1 file declares its use of DataHandler
- OAuth2ControllerBase.php in src/
Controller/ OAuth2ControllerBase.php
1 string reference to 'DataHandler'
1 service uses DataHandler
File
- src/
DataHandler.php, line 10
Namespace
Drupal\social_postView source
class DataHandler extends SocialApiDataHandler {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SocialApiDataHandler:: |
protected | property | The session service. | |
SocialApiDataHandler:: |
protected | property | The prefix each session variable will have. | |
SocialApiDataHandler:: |
public | function | Gets a session variable by key. | |
SocialApiDataHandler:: |
public | function | Gets the session prefix for the data handler. | |
SocialApiDataHandler:: |
public | function | Sets a new session variable. | |
SocialApiDataHandler:: |
public | function | Sets the session prefix for the data handler. | |
SocialApiDataHandler:: |
public | function | Constructor. |