You are here

NetworkBase.php in Social Post 3.x

Same filename and directory in other branches
  1. 8.2 src/Plugin/Network/NetworkBase.php

File

src/Plugin/Network/NetworkBase.php
View source
<?php

namespace Drupal\social_post\Plugin\Network;

use Drupal\social_api\Plugin\NetworkBase as SocialApiNetworkBase;

/**
 * Defines a Network Plugin for Social Post.
 */
abstract class NetworkBase extends SocialApiNetworkBase implements NetworkInterface {

}

Classes

Namesort descending Description
NetworkBase Defines a Network Plugin for Social Post.