- backdrop_schema_fields_sql in includes/
common.inc - Retrieves a list of fields from a table schema.
- BackdropWebTestCase::resetAll in modules/
simpletest/ backdrop_web_test_case.php - Reset all data structures after having enabled new modules.
- backdrop_write_record in includes/
common.inc - Saves (inserts or updates) a record to the database based upon the schema.
- DatabaseInsertDefaultsTestCase::testDefaultInsert in modules/
simpletest/ tests/ database_test.test - Test that we can run a query that is "default values for everything".
- DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in modules/
simpletest/ tests/ database_test.test - Test that we can insert fields with values and defaults in the same query.
- DatabaseTestCase::ensureSampleDataNull in modules/
simpletest/ tests/ database_test.test - Set up tables for NULL handling.
- DatabaseTestCase::setUp in modules/
simpletest/ tests/ database_test.test - Sets up a Backdrop site for running functional and integration tests.
- drupal_get_schema in includes/
drupal.inc - Gets the schema definition of a table, or the whole database schema.
- EntityFieldQuery::propertyQuery in modules/
entity/ entity.query.inc - Queries entity tables in SQL for property conditions and sorts.
- field_sql_storage_field_storage_create_field in modules/
field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_create_field().
- field_sql_storage_field_storage_update_field in modules/
field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_update_field().
- FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in modules/
field/ modules/ field_sql_storage/ tests/ field_sql_storage.test - Test foreign key support.
- _file_query_file_access_alter in modules/
file/ file.module - Helper for file entity access functions.
- hook_field_storage_create_field in modules/
field/ field.api.php - Act on creation of a new field.
- hook_field_storage_delete_field in modules/
field/ field.api.php - Act on deletion of a field.
- hook_field_storage_update_field in modules/
field/ field.api.php - Update the storage information for a field.
- ImageFieldDisplayTestCase::testImageFieldSettings in modules/
image/ tests/ image.test - Tests for image field settings.
- install_configure_form in includes/
install.core.inc - Form constructor for a form to configure the new site.
- install_finished in includes/
install.core.inc - Finishes importing files at end of installation.
- module_enable in includes/
module.inc - Enables or installs a given list of modules.
- _node_query_node_access_alter in modules/
node/ node.module - Helper for node access functions.
- _path_get_schema_alias_maxlength in modules/
path/ path.inc - Fetch the maximum length of the {url_alias}.alias field from the schema.
- user_account_form_validate in modules/
user/ user.module - Form validation handler for user_account_form().