You are here

OAuth2ManagerInterface.php in Social Post 3.x

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

File

src/PostManager/OAuth2ManagerInterface.php
View source
<?php

namespace Drupal\social_post\PostManager;

use Drupal\social_api\AuthManager\OAuth2ManagerInterface as OAuth2ManagerInterfaceBase;

/**
 * Defines an PostManager Interface.
 *
 * @package Drupal\social_post\PostManager
 */
interface OAuth2ManagerInterface extends OAuth2ManagerInterfaceBase {

}

Interfaces

Namesort descending Description
OAuth2ManagerInterface Defines an PostManager Interface.