DataHandler.php in Social Post 8.2
Same filename and directory in other branches
Namespace
Drupal\social_postFile
src/DataHandler.phpView source
<?php
namespace Drupal\social_post;
use Drupal\social_api\SocialApiDataHandler;
/**
* Variables are written to and read from session via this class.
*/
class DataHandler extends SocialApiDataHandler {
}
Classes
Name | Description |
---|---|
DataHandler | Variables are written to and read from session via this class. |