33 calls to drupal_write_record()
- block_theme_initialize in modules/
block/ block.module - Assigns an initial, default set of blocks for a theme.
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- contact_category_edit_form_submit in modules/
contact/ contact.admin.inc - Form submission handler for contact_category_edit_form().
- DrupalDataApiTest::testDrupalWriteRecord in modules/
simpletest/ tests/ common.test - Test the drupal_write_record() API function.
- EntityFieldQueryTestCase::setUp in modules/
simpletest/ tests/ entity_query.test - Sets up a Drupal site for running functional and integration tests.
- EntityFieldQueryTestCase::testEntityFieldQuery in modules/
simpletest/ tests/ entity_query.test - Tests EntityFieldQuery.
- field_create_field in modules/
field/ field.crud.inc - Creates a field.
- field_test_entity_save in modules/
field/ tests/ field_test.entity.inc - Saves a test_entity.
- field_update_field in modules/
field/ field.crud.inc - Updates a field.
- FileSpaceUsedTest::setUp in modules/
simpletest/ tests/ file.test - Sets up a Drupal site for running functional and integration tests.
- FileTestCase::createFile in modules/
simpletest/ tests/ file.test - Create a file and save it to the files table and assert that it occurs correctly.
- file_save in includes/
file.inc - Saves a file object to the database.
- hook_menu_link_insert in modules/
system/ system.api.php - Inform modules that a menu link has been created.
- image_effect_save in modules/
image/ image.module - Saves an image effect.
- image_style_save in modules/
image/ image.module - Saves an image style.
- locale_date_format_save in includes/
locale.inc - Save locale specific date formats to the database.
- module_test_enable in modules/
simpletest/ tests/ module_test.install - Implements hook_enable().
- module_test_install in modules/
simpletest/ tests/ module_test.install - Implements hook_install().
- NodeQueryAlter::testNodeQueryAlterOverride in modules/
node/ node.test - Tests 'node_access' query alter override.
- node_save in modules/
node/ node.module - Saves changes to a node or adds a new node.
- path_save in includes/
path.inc - Save a path alias to the database.
- shortcut_set_save in modules/
shortcut/ shortcut.module - Saves a shortcut set.
- StatisticsReportsTestCase::testPopularContentBlock in modules/
statistics/ statistics.test - Tests the "popular content" block.
- system_date_format_save in modules/
system/ system.module - Saves a date format to the database.
- system_date_format_type_save in modules/
system/ system.module - Saves a date type to the database.
- taxonomy_term_save in modules/
taxonomy/ taxonomy.module - Saves a term object to the database.
- taxonomy_vocabulary_save in modules/
taxonomy/ taxonomy.module - Saves a vocabulary.
- translation_test_node_insert in modules/
translation/ tests/ translation_test.module - Implements hook_node_insert().
- user_role_save in modules/
user/ user.module - Save a user role to the database.
- user_save in modules/
user/ user.module - Save changes to a user account or add a new user.
- _block_rehash in modules/
block/ block.module - Updates the 'block' DB table with the blocks currently exported by modules.
- _field_write_instance in modules/
field/ field.crud.inc - Stores an instance record in the field configuration database.
- _node_save_revision in modules/
node/ node.module - Helper function to save a revision with the uid of the current user.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.