clients_access_callback |
./clients.module |
any defined perms in this module |
|
1 |
clients_admin_cache |
./clients.module |
Set cache time in minutes |
|
1 |
clients_arguments |
./clients.module |
defines hook_clients_arguments()
return array of rows with following fields:
$foo->name, $foo->title, $foo->help, |
1 |
|
clients_call |
./clients.module |
defines hook_clients_call |
3 |
|
clients_connections_checkbox_options |
./clients.module |
FormAPI helper to get a list of clients for a checkboxes form element. |
|
|
clients_connections_list |
./clients.connection.admin.inc |
Page callback: list connections. |
|
1 |
clients_connections_select_options |
./clients.module |
FormAPI helper to get a list of clients for a select form element. |
|
|
clients_connection_add |
./clients.connection.admin.inc |
Form builder for adding a connection. |
|
1 |
clients_connection_add_validate |
./clients.connection.admin.inc |
Validator handler for the add connection form. |
|
|
clients_connection_edit |
./clients.connection.admin.inc |
Form builder for editing a connection. |
|
1 |
clients_connection_form_submit |
./clients.connection.admin.inc |
Common submit handler for connection add and edit forms. |
|
2 |
clients_connection_load |
./clients.module |
Load a client connection. |
22 |
|
clients_connection_save |
./clients.module |
|
1 |
|
clients_connection_test_form |
./clients.connection.admin.inc |
Page callback to test a connection. |
|
1 |
clients_connection_test_form_submit |
./clients.connection.admin.inc |
Submit handler for the connection test page. |
|
|
clients_connection_test_form_validate |
./clients.connection.admin.inc |
Validate handler for the connection test page. |
|
|
clients_connection_view |
./clients.connection.admin.inc |
Page callback to view a single connection. |
|
1 |
clients_drupal_admin |
backends/clients_drupal/clients_drupal.module |
|
|
1 |
clients_drupal_clients_arguments |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_arguments |
|
|
clients_drupal_clients_call |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_call |
|
|
clients_drupal_clients_connection_load |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_connection_load |
|
|
clients_drupal_clients_connection_type_info |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_connection_type_info(). |
|
|
clients_drupal_clients_fields |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_fields - refactor as inc file?
Allows us to get field for a specific resource. Default fields are set at the connection type level here and additional custom field will be defined per resource (@todo). This will allow… |
|
|
clients_drupal_clients_service_options |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_service_options |
|
|
clients_drupal_clients_setparams |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_setparams |
|
|
clients_drupal_decrypt |
backends/clients_drupal/clients_drupal.module |
|
2 |
|
clients_drupal_encrypt |
backends/clients_drupal/clients_drupal.module |
|
1 |
|
clients_drupal_encryption_methods |
backends/clients_drupal/clients_drupal.module |
|
1 |
|
clients_drupal_help |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_help() |
|
|
clients_drupal_install |
backends/clients_drupal/clients_drupal.install |
Implementation of hook_install(). |
|
|
clients_drupal_menu |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_menu() |
|
|
clients_drupal_perm |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_perm()
@TODO |
|
|
clients_drupal_uninstall |
backends/clients_drupal/clients_drupal.install |
Implementation of hook_uninstall(). |
|
|
clients_feeds_ctools_plugin_api |
clients/clients_feeds/clients_feeds.features.inc |
Implementation of hook_ctools_plugin_api(). |
|
|
clients_feeds_feeds_importer_default |
clients/clients_feeds/clients_feeds.features.inc |
Implementation of hook_feeds_importer_default(). |
|
|
clients_feeds_feeds_plugins |
clients/clients_feeds/clients_feeds.module |
Implementation of hook_feeds_plugins(). |
|
|
clients_feeds_help |
clients/clients_feeds/clients_feeds.module |
Implementation of hook_help() |
|
|
clients_feeds_install |
clients/clients_feeds/clients_feeds.install |
Implementation of hook_install(). |
|
|
clients_feeds_perm |
clients/clients_feeds/clients_feeds.module |
Valid permissions for this module |
|
|
clients_feeds_uninstall |
clients/clients_feeds/clients_feeds.install |
Implementation of hook_uninstall(). |
|
|
clients_fields |
./clients.module |
defines hook_clients_fields |
2 |
|
clients_flickr_add_submit_handler |
backends/clients_flickr/clients_flickr.module |
Submit handler |
|
1 |
clients_flickr_add_validate |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_validate() |
|
|
clients_flickr_clients_arguments |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_clients_arguments |
|
|
clients_flickr_clients_call |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_clients_call |
|
|
clients_flickr_clients_connection_edit |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_clients_connection_edit(). Performs any post-processing of edit form before write to db. If we could get this working by reference we wouldn't need this wrapper here. |
|
|
clients_flickr_clients_connection_load |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_clients_connection_load |
|
|
clients_flickr_clients_connection_type_info |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_clients_connection_type_info(). |
|
|
clients_flickr_clients_fields |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_clients_fields - refactor as inc file?
Allows us to get field for a specific resource. Default fields are set at the connection type level here and additional custom field will be defined per resource (@todo). This will allow… |
|
|
clients_flickr_clients_service_options |
backends/clients_flickr/clients_flickr.module |
Implementation of hook_clients_service_options |
|
|