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
EntityStorageControllerInterface::delete function core/modules/entity/entity.controller.inc Deletes permanently saved entities.
EntityDatabaseStorageController::preSave function core/modules/entity/entity.controller.inc Acts on an entity before the presave hook is invoked.
ConfigDatabaseStorage::initializeStorage function core/includes/config.inc Create the database table if does not already exist.
FormsFormStorageTestCase::testFormCached function core/modules/simpletest/tests/form.test Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testValidation function core/modules/simpletest/tests/form.test Tests validation when form storage is used.
FormsFormStoragePageCacheTestCase::setUp function core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
_field_sql_storage_query_field_conditions function core/modules/field/modules/field_sql_storage/field_sql_storage.module Adds field (meta) conditions to the given query objects respecting groupings.
EntityDatabaseStorageController::postSave function core/modules/entity/entity.controller.inc Acts on a saved entity before the insert or update hook is invoked.
ConfigStorageInterface::initializeStorage function core/includes/config.inc Perform any steps needed to create and initialize the storage. This may include creating directories or database tables, and initializing data structures.
FormsFormStorageTestCase::testMutableForm function core/modules/simpletest/tests/form.test Verify that the form build-id remains the same when validation errors occur on a mutable form.
form_test_storage_page_cache_old_build_id function core/modules/simpletest/tests/form_test.module Form element #after_build callback: output the old form build-id.
LayoutRelationshipAuthorFromNode::$storage property core/modules/layout/plugins/relationships/author_from_node.inc
EntityDatabaseStorageController::preDelete function core/modules/entity/entity.controller.inc Acts on entities before they are deleted.
field_sql_storage_field_storage_purge_field function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_purge_field().
_field_test_field_storage_query_sort_helper function core/modules/field/tests/field_test/field_test.storage.inc Sort helper for field_test_field_storage_query().
EntityDatabaseStorageController::postDelete function core/modules/entity/entity.controller.inc Acts on deleted entities before the delete hook is invoked.
EntityDatabaseStorageController::invokeHook function core/modules/entity/entity.controller.inc Invokes a hook on behalf of the entity.
FormsFormStorageTestCase::testImmutableForm function core/modules/simpletest/tests/form.test Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStoragePageCacheTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
field_sql_storage_field_storage_create_field function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_create_field().
field_sql_storage_field_storage_update_field function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_update_field().
field_sql_storage_field_storage_delete_field function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_field().
field_sql_storage_field_attach_rename_bundle function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_attach_rename_bundle().
FieldSqlStorageTestCase::testFieldAttachLoad function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Uses the mysql tables and records to verify field_load_revision works correctly.
FieldAttachStorageTestCase::testFieldHasData function core/modules/field/tests/field.test Test field_has_data().
DateTimeFunctionalTest::testDateFormatStorage function core/modules/system/tests/system.test Test if the date formats are stored properly.
CommentStorageController::updateNodeStatistics function core/modules/comment/comment.entity.inc Updates the comment statistics for a given node.
FormsFormStorageTestCase::testFormStatePersist function core/modules/simpletest/tests/form.test Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.
field_sql_storage_field_storage_delete_revision function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_revision().
field_sql_storage_field_storage_delete_instance function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_delete_instance().
FieldSqlStorageTestCase::testFieldUpdateFailure function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test that failure to create fields is handled gracefully.
form_test_storage_element_validate_value_cached function core/modules/simpletest/tests/form_test.module Form element validation handler for 'value' element in form_test_storage_form().
FieldSqlStorageTestCase::testFieldStorageDetails function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test the storage details.
FieldAttachStorageTestCase::testFieldAttachDelete function core/modules/field/tests/field.test Test field_attach_delete().
FormsFormStoragePageCacheTestCase::getFormBuildId function core/modules/simpletest/tests/form.test Return the build id of the current form.
FieldAttachStorageTestCase::testFieldAttachSaveLoad function core/modules/field/tests/field.test Check field values insert, update and load.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test trying to update a field with data.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test foreign key support.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple function core/modules/field/tests/field.test Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachDeleteBundle function core/modules/field/tests/field.test Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldStorageDetailsAlter function core/modules/field/tests/field.test Test storage details alteration.
FormsFormStorageTestCase::testCachedFormStorageValidation function core/modules/simpletest/tests/form.test Tests updating cached form storage during form validation.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData function core/modules/field/tests/field.test Tests insert and update with missing or NULL fields.
FormsFormStorageTestCase::testImmutableFormLegacyProtection function core/modules/simpletest/tests/form.test Verify that existing contrib code cannot overwrite immutable form state.
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle function core/modules/field/tests/field.test Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage function core/modules/field/tests/field.test Test saving and loading fields using different storage backends.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage function core/modules/simpletest/tests/form.test Build-id is regenerated when rebuilding cached form.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue function core/modules/field/tests/field.test Test insert with missing or NULL fields, with default value.

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