file_is_writeable |
function |
modules/file/file.module |
Check if a file entity is considered writeable or not. |
drupal_write_record |
function |
includes/drupal.inc |
Saves (inserts or updates) a record to the database based upon the schema. |
backdrop_write_record |
function |
includes/common.inc |
Saves (inserts or updates) a record to the database based upon the schema. |
_field_write_instance |
function |
modules/field/field.crud.inc |
Stores an instance record in the field configuration database. |
STREAM_WRAPPERS_WRITE |
constant |
includes/stream_wrappers.inc |
Stream wrapper bit flag -- wrapper is writeable. |
Archive_Tar::_openWrite |
function |
modules/system/system.tar.inc |
|
drupal_rewrite_settings |
function |
includes/drupal.inc |
Replaces values in settings.php with values in the submitted array. |
_backdrop_session_write |
function |
includes/session.inc |
Writes an entire session to the database (internal use only). |
LOCALE_IMPORT_OVERWRITE |
constant |
includes/locale.inc |
Translation import mode overwriting all existing translations
if new translated version available. |
hook_field_storage_write |
function |
modules/field/field.api.php |
Write field data for an entity. |
Archive_Tar::_writeBlock |
function |
modules/system/system.tar.inc |
|
ConfigFileStorage::write |
function |
drivers/config_file/config_file_storage.inc |
Writes configuration data to the storage. |
_node_access_write_grants |
function |
modules/node/node.module |
Writes a list of grants to the database, deleting any previously saved ones. |
Archive_Tar::_writeFooter |
function |
modules/system/system.tar.inc |
|
backdrop_rewrite_settings |
function |
includes/install.inc |
Replaces values in settings.php with values in the submitted array. |
Archive_Tar::_writeHeader |
function |
modules/system/system.tar.inc |
|
_color_rewrite_stylesheet |
function |
modules/color/color.module |
Rewrites the stylesheet to match the colors in the palette. |
Archive_Tar::_openReadWrite |
function |
modules/system/system.tar.inc |
|
_node_access_test_node_write |
function |
modules/node/tests/node_access_test/node_access_test.module |
Helper for node insert/update. |
ConfigDatabaseStorage::write |
function |
drivers/config_database/config_database_storage.inc |
Writes configuration data to the storage. |
STREAM_WRAPPERS_WRITE_VISIBLE |
constant |
includes/stream_wrappers.inc |
Stream wrapper type flag -- visible, readable and writeable. |
module_implements_write_cache |
function |
includes/module.inc |
Writes the hook implementation cache. |
ConfigStorageInterface::write |
function |
includes/config.inc |
Writes configuration data to the storage. |
Archive_Tar::_writeLongHeader |
function |
modules/system/system.tar.inc |
|
field_test_field_storage_write |
function |
modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_write(). |
Archive_Tar::_writeHeaderBlock |
function |
modules/system/system.tar.inc |
|
locale_language_url_rewrite_url |
function |
includes/locale.inc |
Rewrite URLs for the URL language provider. |
FileTranferTest::_writeDirectory |
function |
modules/simpletest/tests/filetransfer.test |
|
CommonBackdropWriteRecordTestCase |
class |
modules/simpletest/tests/common.test |
Tests writing of data records with backdrop_write_record(). |
SessionTestCase::testSessionWrite |
function |
modules/simpletest/tests/session.test |
Test that sessions are only saved when necessary. |
locale_language_url_rewrite_session |
function |
includes/locale.inc |
Rewrite URLs for the Session language provider. |
_update_7000_field_sql_storage_write |
function |
modules/field/modules/field_sql_storage/field_sql_storage.install |
Utility function: write field data directly to SQL storage. |
StreamWrapperInterface::stream_write |
function |
includes/stream_wrappers.inc |
|
field_sql_storage_field_storage_write |
function |
modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_write(). |
FileUnmanagedMoveTest::testOverwriteSelf |
function |
modules/simpletest/tests/file.test |
Try to move a file onto itself. |
FileUnmanagedCopyTest::testOverwriteSelf |
function |
modules/simpletest/tests/file.test |
Copy a file onto itself. |
CommonBackdropWriteRecordTestCase::setUp |
function |
modules/simpletest/tests/common.test |
Sets up a Backdrop site for running functional and integration tests. |
BackdropLocalStreamWrapper::stream_write |
function |
includes/stream_wrappers.inc |
Support for fwrite(), file_put_contents() etc. |
ConfigurationTest::testReadWriteClearConfig |
function |
modules/config/tests/config.test |
Tests that a config setting can be written, read and deleted. |
LocaleImportFunctionalTest::getOverwritePoFile |
function |
modules/locale/tests/locale.test |
Helper function that returns a proper .po file for testing. |
ModuleInstallTestCase::testBackdropWriteRecord |
function |
modules/simpletest/tests/module.test |
Test that calls to backdrop_write_record() work during module installation. |
CommonBackdropWriteRecordTestCase::testBackdropWriteRecord |
function |
modules/simpletest/tests/common.test |
Test the backdrop_write_record() API function. |