Drupal repository API

Note that any functions that are not documented here should be considered to be internal and subject to change without notice.

Additional developer documentation may also be available in the Drupal Handbook.

bitcache_create_repository()

Definition: 
bitcache_create_repository(string $name, array $options = array())
File: 
modules/bitcache/bitcache.module

bitcache_delete_repository()

Definition: 
bitcache_delete_repository(string $name, array $options = array())
File: 
modules/bitcache/bitcache.module

bitcache_get_adapter()

Definition: 
bitcache_get_adapter(string $name)
File: 
modules/bitcache/bitcache.module

bitcache_get_adapters()

Definition: 
bitcache_get_adapters()

Returns information on the available storage adapters (repository backends).

File: 
modules/bitcache/bitcache.module

bitcache_get_algorithms()

Definition: 
bitcache_get_algorithms(string $function)

Returns information on available cryptographic algorithms.

File: 
modules/bitcache/bitcache.module

bitcache_get_modules()

Definition: 
bitcache_get_modules(string $op = NULL)

Returns information about modules that implement hook_bitcache().

File: 
modules/bitcache/bitcache.module

bitcache_get_repositories()

Definition: 
bitcache_get_repositories(string $op = 'settings')
File: 
modules/bitcache/bitcache.module

bitcache_get_repository()

Definition: 
Bitcache_Repository bitcache_get_repository(string $name = 'bitcache')
File: 
modules/bitcache/bitcache.module

bitcache_get_repository_count()

Definition: 
int bitcache_get_repository_count(string $name = NULL)
File: 
modules/bitcache/bitcache.module

bitcache_get_repository_size()

Definition: 
int bitcache_get_repository_size(string $name = NULL)
File: 
modules/bitcache/bitcache.module

bitcache_get_schema()

Definition: 
bitcache_get_schema(string $table = BITCACHE_TABLE_DEFAULT, bool $rebuild = FALSE)
File: 
modules/bitcache/bitcache.module

bitcache_get_tables()

Definition: 
bitcache_get_tables()
File: 
modules/bitcache/bitcache.module

bitcache_rename_repository()

Definition: 
bitcache_rename_repository(string $old_name, string $new_name, array $options = array())
File: 
modules/bitcache/bitcache.module

bitcache_update_repository()

Definition: 
bitcache_update_repository(string $name, array $options = array())
File: 
modules/bitcache/bitcache.module

bitcache_use_repository()

Definition: 
bitcache_use_repository(string $name = NULL)

Limits future queries and operations to a particular repository.

File: 
modules/bitcache/bitcache.module