Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
common.inc
»
drupal_write_record
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
33 calls to drupal_write_record()
block_theme_initialize
in drupal/
modules/
block/
block.module
Assigns an initial, default set of blocks for a theme.
comment_save
in drupal/
modules/
comment/
comment.module
Accepts a submission of new or changed comment content.
contact_category_edit_form_submit
in drupal/
modules/
contact/
contact.admin.inc
Form submission handler for
contact_category_edit_form
().
DrupalDataApiTest::testDrupalWriteRecord
in drupal/
modules/
simpletest/
tests/
common.test
Test the
drupal_write_record
() API function.
EntityFieldQueryTestCase::setUp
in drupal/
modules/
simpletest/
tests/
entity_query.test
Sets up a Drupal site for running functional and integration tests.
EntityFieldQueryTestCase::testEntityFieldQuery
in drupal/
modules/
simpletest/
tests/
entity_query.test
Tests EntityFieldQuery.
field_create_field
in drupal/
modules/
field/
field.crud.inc
Creates a field.
field_test_entity_save
in drupal/
modules/
field/
tests/
field_test.entity.inc
Saves a test_entity.
field_update_field
in drupal/
modules/
field/
field.crud.inc
Updates a field.
FileSpaceUsedTest::setUp
in drupal/
modules/
simpletest/
tests/
file.test
Sets up a Drupal site for running functional and integration tests.
FileTestCase::createFile
in drupal/
modules/
simpletest/
tests/
file.test
Create a file and save it to the files table and assert that it occurs correctly.
file_save
in drupal/
includes/
file.inc
Saves a file object to the database.
hook_menu_link_insert
in drupal/
modules/
system/
system.api.php
Inform modules that a menu link has been created.
image_effect_save
in drupal/
modules/
image/
image.module
Saves an image effect.
image_style_save
in drupal/
modules/
image/
image.module
Saves an image style.
locale_date_format_save
in drupal/
includes/
locale.inc
Save locale specific date formats to the database.
module_test_enable
in drupal/
modules/
simpletest/
tests/
module_test.install
Implements
hook_enable
().
module_test_install
in drupal/
modules/
simpletest/
tests/
module_test.install
Implements
hook_install
().
NodeQueryAlter::testNodeQueryAlterOverride
in drupal/
modules/
node/
node.test
Tests 'node_access' query alter override.
node_save
in drupal/
modules/
node/
node.module
Saves changes to a node or adds a new node.
path_save
in drupal/
includes/
path.inc
Save a path alias to the database.
shortcut_set_save
in drupal/
modules/
shortcut/
shortcut.module
Saves a shortcut set.
StatisticsReportsTestCase::testPopularContentBlock
in drupal/
modules/
statistics/
statistics.test
Tests the "popular content" block.
system_date_format_save
in drupal/
modules/
system/
system.module
Saves a date format to the database.
system_date_format_type_save
in drupal/
modules/
system/
system.module
Saves a date type to the database.
taxonomy_term_save
in drupal/
modules/
taxonomy/
taxonomy.module
Saves a term object to the database.
taxonomy_vocabulary_save
in drupal/
modules/
taxonomy/
taxonomy.module
Saves a vocabulary.
translation_test_node_insert
in drupal/
modules/
translation/
tests/
translation_test.module
Implements
hook_node_insert
().
user_role_save
in drupal/
modules/
user/
user.module
Save a user role to the database.
user_save
in drupal/
modules/
user/
user.module
Save changes to a user account or add a new user.
_block_rehash
in drupal/
modules/
block/
block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_field_write_instance
in drupal/
modules/
field/
field.crud.inc
Stores an instance record in the field configuration database.
_node_save_revision
in drupal/
modules/
node/
node.module
Helper function to save a revision with the uid of the current user.