You are here

Files in Web Service Clients 7.3

Primary tabs

File namesort descending Location Namespace Description
clients.api.php clients.api.php Hooks provided by the Clients module.
clients.connection.admin.inc includes/clients.connection.admin.inc clients.connection.admin.inc Page callbacks relating to client connection admin.
clients.controller.inc includes/clients.controller.inc Provides a controller building upon the Entity exportable controller but providing features for handler objects.
clients.entity.inc includes/clients.entity.inc Provides base classes for clients handler entities.
clients.features.inc includes/clients.features.inc Provides Features integration for entity types using the CRUD API.
clients.info clients.info name = Clients description = Basic service management and API for Web Services clients core = 7.x package = Clients configure = admin/structure/clients dependencies[] = entity dependencies[] = ctools files[] =…
clients.install clients.install Install, update and uninstall functions for the Clients module.
clients.module clients.module Clients module provides a UI, storage, and an API for handling connections to remote webservices, including those provided by Services module on other Drupal sites.
clients.resource.admin.inc includes/clients.resource.admin.inc clients.resource.admin.inc Page callbacks relating to client resource admin.
clients.test tests/clients.test Contains tests for the Clients module.
clients.ui.inc includes/clients.ui.inc Provides a controller for building an entity overview form.
clients_connection_clients_dummy.inc tests/clients_test/clients_connection_clients_dummy.inc Contains class for Client dummy connections handler.
clients_drupal.inc connections/clients_drupal/clients_drupal.inc Contains classes for Client connections handlers.
clients_drupal.info connections/clients_drupal/clients_drupal.info name = Drupal clients XMLRPC description = Provides connections to remote Drupal sites running Services module with XMLRPC endpoints. core = 7.x dependencies[] = clients package = Clients files[] = clients_drupal.inc files[] = clients_drupal.testing.inc
clients_drupal.install connections/clients_drupal/clients_drupal.install Sets system variables and deletes connections on uninstall
clients_drupal.module connections/clients_drupal/clients_drupal.module Provides connection types for Clients module that connect to remote Drupal sites running Services module with the XMLRPC server.
clients_drupal.testing.inc connections/clients_drupal/clients_drupal.testing.inc Contains classes for Client connection testing.
clients_drupal_rest.inc connections/clients_drupal_rest/clients_drupal_rest.inc Contains classes for Client connections handlers.
clients_drupal_rest.info connections/clients_drupal_rest/clients_drupal_rest.info name = Drupal clients REST description = Provides connections to remote Drupal sites running Services module with REST endpoints. core = 7.x dependencies[] = clients package = Clients files[] = clients_drupal_rest.inc files[] =…
clients_drupal_rest.module connections/clients_drupal_rest/clients_drupal_rest.module clients_drupal_rest.module Provides connection types for Clients module that connect to remote Drupal sites running Services module with the REST server.
clients_drupal_rest.testing.inc connections/clients_drupal_rest/clients_drupal_rest.testing.inc Contains classes for Client connection testing.
clients_resource_remote_views_block.info resources/clients_resource_remote_views_block/clients_resource_remote_views_block.info name = Remote Views Block description = Provides a resource for blocks based on remote views. package = Clients dependencies[] = clients core = 7.x files[] = clients_resource_remote_views_block.resource.inc
clients_resource_remote_views_block.module resources/clients_resource_remote_views_block/clients_resource_remote_views_block.module clients_resource_remote_views_block.module TODO: Enter file description here.
clients_resource_remote_views_block.resource.inc resources/clients_resource_remote_views_block/clients_resource_remote_views_block.resource.inc Contains the Client resource handler class.
clients_test.info tests/clients_test/clients_test.info name = Clients Dummy Connection description = Provides a dummy connection type for use in tests. core = 7.x hidden = TRUE files[] = clients_connection_clients_dummy.inc
clients_test.module tests/clients_test/clients_test.module clients_test.module Provides a dummy connection type and connection.
connection_configuration.inc plugins/clients_credentials_storage/connection_configuration.inc
crypt_blowfish.inc connections/clients_drupal/crypt_blowfish/crypt_blowfish.inc Wrapper for PEAR Crypt Blowfish
crypt_blowfish.info connections/clients_drupal/crypt_blowfish/crypt_blowfish.info name = PEAR Crypt Blowfish description = Provides integration with PEAR Crypt_Blowfish class for password storage. This module is strongly recommended if using Drupal Services clients. core = 6.x php = 5.1 package = Clients
crypt_blowfish.install connections/clients_drupal/crypt_blowfish/crypt_blowfish.install Checks blowfish configuration - directory and password are set
crypt_blowfish.module connections/clients_drupal/crypt_blowfish/crypt_blowfish.module PEAR Crypt_Blowfish integration
crypt_blowfish_key.inc connections/clients_drupal/crypt_blowfish/crypt_blowfish_key.inc
README.txt README.txt Clients module ============== The Clients module aims to provide a simple way to manage connections to remote sites, and the resources that they provide. Connections and resources are exportable via the EntityAPI and thus can be added to…
README.txt resources/clients_resource_remote_views_block/README.txt Remove views block resource =========================== This is provided as an example of implementing resources. To use a remote View as a block: - enable Views Services module (part of Services 2.x; at http://drupal.org/project/services_views for…
README.txt connections/clients_drupal/README.txt Clients for Drupal Services XMLRPC Servers ========================================== This module contains client connection types for connecting to Services module on Drupal (http://drupal.org/project/services), for endpoints using the…
README.txt connections/clients_drupal_rest/README.txt Clients for Drupal Services REST Servers ========================================== This module contains client connection types for connecting to Services module on Drupal (http://drupal.org/project/services), for endpoints using the…
variables.inc plugins/clients_credentials_storage/variables.inc

Other projects