You are here

DataHandler.php in Social Post 3.x

Same filename and directory in other branches
  1. 8.2 src/DataHandler.php

Namespace

Drupal\social_post

File

src/DataHandler.php
View 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

Namesort descending Description
DataHandler Variables are written to and read from session via this class.