Bitcache - Distributed, content-addressable data storage

  • About
  • Concept
  • FAQ
  • API
  • Log
  • Servers
  • Community
Home › Application Programming Interface (API)

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()
  • bitcache_delete_repository()
  • bitcache_get_adapter()
  • bitcache_get_adapters()
  • bitcache_get_algorithms()
  • bitcache_get_modules()
  • bitcache_get_repositories()
  • bitcache_get_repository()
  • bitcache_get_repository_count()
  • bitcache_get_repository_size()
  • bitcache_get_schema()
  • bitcache_get_tables()
  • bitcache_rename_repository()
  • bitcache_update_repository()
  • bitcache_use_repository()
‹ bitcache_uri_to_id() up bitcache_create_repository() ›
  • Printer-friendly version
© 2007-2009 Arto Bendiken. Some rights reserved. Powered by Drupal. Hosted by Dreamhost.

Navigation

  • Frequently Asked Questions
  • Application Programming Interface (API)
    • REST API
    • PHP API
    • Drupal bitstream API
    • Drupal repository API
      • bitcache_create_repository()
      • bitcache_delete_repository()
      • bitcache_get_adapter()
      • bitcache_get_adapters()
      • bitcache_get_algorithms()
      • bitcache_get_modules()
      • bitcache_get_repositories()
      • bitcache_get_repository()
      • bitcache_get_repository_count()
      • bitcache_get_repository_size()
      • bitcache_get_schema()
      • bitcache_get_tables()
      • bitcache_rename_repository()
      • bitcache_update_repository()
      • bitcache_use_repository()
    • Drupal hooks