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 |
./clients.module |
|
|
3 |
clients_connections_list |
./clients.module |
Loads all connections |
2 |
|
clients_connection_edit |
./clients.module |
|
2 |
|
clients_connection_load |
./clients.module |
|
21 |
|
clients_connection_save |
./clients.module |
|
2 |
|
clients_connection_view |
./clients.module |
|
|
1 |
clients_delete |
./clients.module |
|
|
1 |
clients_delete_form |
./clients.module |
|
|
1 |
clients_delete_form_submit |
./clients.module |
@todo: refactor? |
|
|
clients_delete_form_validate |
./clients.module |
@todo validate a connection has no associated resources |
|
|
clients_drupal_add_submit_handler |
backends/clients_drupal/clients_drupal.module |
Submit handler |
|
1 |
clients_drupal_add_validate |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_validate() |
|
|
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_edit |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_connection_edit() |
|
|
clients_drupal_clients_connection_load |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_connection_load |
|
|
clients_drupal_clients_connection_save |
backends/clients_drupal/clients_drupal.module |
Implementation of hook_clients_connection_save() |
|
|
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_config |
backends/clients_drupal/clients_drupal.module |
|
|
1 |
clients_drupal_decrypt |
backends/clients_drupal/clients_drupal.module |
|
1 |
|
clients_drupal_edit_submit_handler |
backends/clients_drupal/clients_drupal.module |
Submit handler |
|
1 |
clients_drupal_encrypt |
backends/clients_drupal/clients_drupal.module |
|
2 |
|
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_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… |
|
|