You are here

final class Posts in HTTP Client Manager 8.2

Class Posts.

Contains all the Guzzle Commands defined inside the "posts" Guzzle Service Description.

@package Drupal\http_client_manager_example\api\Commands

Hierarchy

  • class \Drupal\http_client_manager_example\api\Commands\Posts

Expanded class hierarchy of Posts

1 file declares its use of Posts
HttpServiceApiWrapperPosts.php in modules/http_client_manager_example/src/Plugin/HttpServiceApiWrapper/HttpServiceApiWrapperPosts.php

File

modules/http_client_manager_example/src/api/Commands/Posts.php, line 13

Namespace

Drupal\http_client_manager_example\api\Commands
View source
final class Posts {
  const CREATE_POST = 'CreatePost';
  const FIND_POSTS = 'FindPosts';
  const FIND_POST = 'FindPost';
  const FIND_COMMENTS = 'FindComments';

}

Members