25 calls to drupal_write_record()

block_theme_initialize in drupal/core/modules/block/block.module
Assigns an initial, default set of blocks for a theme.
CacheTest::testNoneCaching in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests no caching.
CacheTest::testTimeCaching in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests time based caching.
DatabaseStorageController::save in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php
Implements Drupal\Core\Entity\EntityStorageControllerInterface::save().
DatabaseStorageController::saveRevision in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php
Saves an entity revision.
DatabaseStorageControllerNG::save in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php
Overrides DatabaseStorageController::save().
DatabaseStorageControllerNG::saveRevision in drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php
Saves an entity revision.
field_create_field in drupal/core/modules/field/field.crud.inc
Creates a field.
field_update_field in drupal/core/modules/field/field.crud.inc
Updates a field.
FileManagedTestBase::createFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
hook_entity_predelete in drupal/core/includes/entity.api.php
Act before entity deletion.
hook_menu_link_insert in drupal/core/modules/system/system.api.php
Inform modules that a menu link has been created.
language_save in drupal/core/modules/language/language.module
API function to add or update a language.
locale_translate_update_file_history in drupal/core/modules/locale/locale.bulk.inc
Update the {locale_file} table.
module_test_enable in drupal/core/modules/system/tests/modules/module_test/module_test.install
Implements hook_enable().
module_test_install in drupal/core/modules/system/tests/modules/module_test/module_test.install
Implements hook_install().
NodeQueryAlterTest::testNodeQueryAlterOverride in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
shortcut_set_save in drupal/core/modules/shortcut/shortcut.module
Saves a shortcut set.
SpaceUsedTest::setUp in drupal/core/modules/file/lib/Drupal/file/Tests/SpaceUsedTest.php
Sets up a Drupal site for running functional and integration tests.
StatisticsReportsTest::testPopularContentBlock in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsReportsTest.php
Tests the "popular content" block.
translation_test_node_insert in drupal/core/modules/translation/tests/translation_test.module
Implements hook_node_insert().
user_role_save in drupal/core/modules/user/user.module
Save a user role to the database.
WriteRecordTest::testDrupalWriteRecord in drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php
Tests the drupal_write_record() API function.
_block_rehash in drupal/core/modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.
_field_write_instance in drupal/core/modules/field/field.crud.inc
Stores an instance record in the field configuration database.