Search for write

  1. Search 7.x for write
  2. Search 9.5.x for write
  3. Search 8.9.x for write
  4. Search 10.3.x for write
  5. Other projects
Title Object type File name Summary
RendererBubblingTest::testOverWriteCacheKeys function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Tests that an element's cache keys cannot be changed during its rendering.
ReplaceOp::$overwrite property composer/Plugin/Scaffold/Operations/ReplaceOp.php Whether to overwrite existing files.
RequirementsTest::writeIsolationLevelSettings function core/modules/mysql/tests/src/Functional/RequirementsTest.php Writes the isolation level in settings.php.
SecurityAdvisoryTest::writeSettings function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Rewrites the settings.php file of the test site.
SessionHandler::write function core/lib/Drupal/Core/Session/SessionHandler.php
SessionManager::$writeSafeHandler property core/lib/Drupal/Core/Session/SessionManager.php The write safe session handler.
SessionManager::setWriteSafeHandler function core/lib/Drupal/Core/Session/SessionManager.php Sets the write safe session handler.
SessionManagerInterface::setWriteSafeHandler function core/lib/Drupal/Core/Session/SessionManagerInterface.php Sets the write safe session handler.
SessionTest::testSessionWrite function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests that sessions are only saved when necessary.
SessionTest::testSessionWriteError function core/modules/system/tests/src/Functional/Session/SessionTest.php Test exception thrown during session write close.
SessionTestController::triggerWriteException function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Trigger an exception when the session is written.
SettingsEditor::rewrite function core/lib/Drupal/Core/Site/SettingsEditor.php Replaces values in settings.php with values in the submitted array.
SettingsRewriteTest class core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php Tests the SettingsEditor::rewrite() function.
SettingsRewriteTest.php file core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
SettingsRewriteTest::testDrupalRewriteSettings function core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php @covers \Drupal\Core\Site\SettingsEditor::rewrite
StorageComparer::$writeMode property core/lib/Drupal/Core/Config/StorageComparer.php Indicates whether the target storage should be wrapped in a cache.
StorageComparer::writeMode function core/lib/Drupal/Core/Config/StorageComparer.php Changes the StorageComparer to write mode.
StorageComparerInterface::writeMode function core/lib/Drupal/Core/Config/StorageComparerInterface.php Changes the StorageComparer to write mode.
StorageInterface::write function core/lib/Drupal/Core/Config/StorageInterface.php Writes configuration data to the storage.
StorageReplaceDataWrapper::write function core/modules/config/src/StorageReplaceDataWrapper.php Writes configuration data to the storage.
StreamFileUploaderTest::testWriteStreamToFileSuccess function core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php @covers ::writeStreamToFile
StreamFileUploaderTest::testWriteStreamToFileWithSmallerBytes function core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php @covers ::writeStreamToFile
StreamWrapperInterface::WRITE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Wrapper is writable.
StreamWrapperInterface::WRITE_VISIBLE constant core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Visible, readable and writable.
TemplateProjectTestBase::writeSettings function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Appends PHP code to the test site's settings.php.
TemporaryJsonapiFileFieldUploader::$inputStreamFileWriter property core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php The input stream file writer.
TestSessionHandlerProxy::write function core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TwigPhpStorageCache::write function core/lib/Drupal/Core/Template/TwigPhpStorageCache.php
VendorHardeningPlugin::writeAccessRestrictionFiles function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Place .htaccess file into the vendor directory.
VendorHardeningPluginTest::testWriteAccessRestrictionFiles function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @covers ::writeAccessRestrictionFiles
WorkspacesAliasManager::writeCache function core/modules/workspaces/src/WorkspacesAliasManager.php
WriteSafeSessionHandler class core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Wraps the session handler to prevent writes when not necessary or allowed.
WriteSafeSessionHandler.php file core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::$readSessions property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php The read sessions.
WriteSafeSessionHandler::$sessionWritable property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Whether or not the session is enabled for writing.
WriteSafeSessionHandler::$wrappedSessionHandler property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::close function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::destroy function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::gc function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::isSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Returns whether or not a session may be written to storage.
WriteSafeSessionHandler::open function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::read function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::setSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Sets whether or not a session may be written to storage.
WriteSafeSessionHandler::write function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::__construct function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Constructs a new write safe session handler.
WriteSafeSessionHandlerInterface interface core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Provides an interface for session handlers where writing can be disabled.
WriteSafeSessionHandlerInterface.php file core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php
WriteSafeSessionHandlerInterface::isSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Returns whether or not a session may be written to storage.
WriteSafeSessionHandlerInterface::setSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Sets whether or not a session may be written to storage.
WriteSafeSessionHandlerTest class core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests \Drupal\Core\Session\WriteSafeSessionHandler.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.