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
PoStreamWriterTest::setUp function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php
PoStreamWriterTest::testCloseException function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php @legacy-covers ::close
PoStreamWriterTest::testGetUriException function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php @legacy-covers ::getURI
PoStreamWriterTest::testWriteItem function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php @legacy-covers ::writeItem
PoWriterInterface interface core/lib/Drupal/Component/Gettext/PoWriterInterface.php Shared interface definition for all Gettext PO Writers.
PoWriterInterface.php file core/lib/Drupal/Component/Gettext/PoWriterInterface.php
PoWriterInterface::writeItem function core/lib/Drupal/Component/Gettext/PoWriterInterface.php Writes the given item.
PoWriterInterface::writeItems function core/lib/Drupal/Component/Gettext/PoWriterInterface.php Writes all or the given amount of items.
ReadOnlyStorage::write function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Writes configuration data to the storage.
ReadOnlyStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Tests write operations.
ReadOnlyStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Provide the methods that throw an exception.
ReadOnlyStream::stream_write function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for fwrite(), file_put_contents() etc.
RecipeConfigStorageWrapper::write function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Writes configuration data to the storage.
RecipeOverrideConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Writes configuration data to the storage.
RefinableCalculatedPermissionsTest::testAddItemOverwrite function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the overwriting of a calculated permissions item.
RendererBubblingTest::testOverWriteCacheKeys function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Tests that an element's cache keys cannot be changed during its rendering.
SessionHandler::doWrite 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.
session_handler.write_safe service core/core.services.yml Drupal\Core\Session\WriteSafeSessionHandler
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[[api-linebreak]]
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.
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.
TwigPhpStorageCache::write function core/lib/Drupal/Core/Template/TwigPhpStorageCache.php
VendorHardeningPluginTest::testWriteAccessRestrictionFiles function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php Tests write access restriction files.
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::isSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Returns whether or not a session may be written to storage.
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.
WriteSafeSessionHandlerTest.php file core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php
WriteSafeSessionHandlerTest::$sessionHandler property core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php The write safe session handler.
WriteSafeSessionHandlerTest::$wrappedSessionHandler property core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php The wrapped session handler.

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