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