Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for storage

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
ConfigFileStorage::getFilePath function core/includes/config.inc Returns the path to the configuration file.
FieldSqlStorageTestCase::setUp function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Sets up a Backdrop site for running functional and integration tests.
FileStorageController::preSave function core/modules/file/file.entity.inc Overrides EntityDatabaseStorageController::presave().
CommentStorageController::load function core/modules/comment/comment.entity.inc Overrides DefaultEntityController::load().
field_test_field_storage_write function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_write().
field_test_field_storage_purge function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_purge().
field_test_field_storage_query function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_query().
hook_field_storage_purge_field function core/modules/field/field.api.php Remove field storage information when a field record is purged.
ConfigDatabaseStorage::listAll function core/includes/config.inc Gets configuration object names starting with a given prefix.
UserStorageController::preSave function core/modules/user/user.entity.inc Overrides EntityDatabaseStorageController::preSave().
CommentStorageController::view function core/modules/comment/comment.entity.inc Overrides DefaultEntityController::view().
NodeStorageController::preSave function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::preSave().
ConfigStorageInterface::listAll function core/includes/config.inc Gets configuration object names starting with a given prefix.
ConfigFileStorage::readMultiple function core/includes/config.inc Reads configuration data from the storage.
hook_field_storage_update_field function core/modules/field/field.api.php Update the storage information for a field.
field_test_field_storage_delete function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_delete().
hook_field_storage_create_field function core/modules/field/field.api.php Act on creation of a new field.
hook_field_storage_delete_field function core/modules/field/field.api.php Act on deletion of a field.
FieldSqlStorageTestCase::$field property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
FieldSqlStorageTestCase::$table property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
EntityDatabaseStorageController class core/modules/entity/entity.controller.inc Implements the entity storage controller interface for the database.
UserStorageController::postSave function core/modules/user/user.entity.inc Overrides EntityDatabaseStorageController::postSave().
FormsFormStorageTestCase::setUp function core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
NodeStorageController::postSave function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::postSave().
FileStorageController::preDelete function core/modules/file/file.entity.inc Overrides EntityDatabaseStorageController::preDelete().
field_test_field_storage_details function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_details().
hook_field_storage_details_alter function core/modules/field/field.api.php Perform alterations on Field API storage details.
EntityStorageControllerInterface interface core/modules/entity/entity.controller.inc Defines a common interface for entity storage controllers.
ConfigDatabaseStorage::$database property core/includes/config.inc The database connection to use.
ConfigFileStorage::isInitialized function core/includes/config.inc Check that the storage managed by this object is present and functional.
ConfigFileStorage::importArchive function core/includes/config.inc Import an archive of configuration files into the config storage managed by this object.
ConfigFileStorage::exportArchive function core/includes/config.inc Export an archive of configuration files from the config storage managed by this object.
ConfigDatabaseStorage::deleteAll function core/includes/config.inc Deletes configuration objects whose names start with a given prefix.
form_test_storage_legacy_handler function core/modules/simpletest/tests/form_test.module Emulate legacy AHAH-style ajax callback.
NodeStorageController::preDelete function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::preDelete().
ConfigStorageInterface::deleteAll function core/includes/config.inc Deletes configuration objects whose names start with a given prefix.
CommentStorageController::preSave function core/modules/comment/comment.entity.inc Overrides EntityDatabaseStorageController::preSave().
ViewsCacheTest::testHeaderStorage function core/modules/views/tests/views_cache.test Tests css/js storage and restoring mechanism.
UserStorageController::attachLoad function core/modules/user/user.entity.inc Overrides EntityDatabaseStorageController::attachLoad().
FormsFormStoragePageCacheTestCase class core/modules/simpletest/tests/form.test Test the form storage when page caching for anonymous users is turned on.
NodeStorageController::attachLoad function core/modules/node/node.entity.inc Overrides DefaultEntityController::attachLoad().
NodeStorageController::buildQuery function core/modules/node/node.entity.inc Overrides DefaultEntityController::buildQuery().
NodeStorageController::invokeHook function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::invokeHook().
NodeStorageController::postDelete function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::postDelete().
form_test_storage_page_cache_form function core/modules/simpletest/tests/form_test.module A simple form for testing form storage when page caching is enabled.
ConfigFileStorage::getModifiedTime function core/includes/config.inc Returns a timestamp indicating the last time a configuration was modified.
CommentStorageController::postSave function core/modules/comment/comment.entity.inc Overrides EntityDatabaseStorageController::postSave().
hook_field_storage_delete_revision function core/modules/field/field.api.php Delete a single revision of field data for an entity.
hook_field_storage_delete_instance function core/modules/field/field.api.php Act on deletion of a field instance.
FieldSqlStorageTestCase::$instance property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org