Search for write
- Search 7.x for write
- Search 9.5.x for write
- Search 8.9.x for write
- Search 10.3.x for write
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SessionHandler::doWrite | function | core/ |
|
SessionManager::$writeSafeHandler | property | core/ |
The write safe session handler. |
SessionManager::setWriteSafeHandler | function | core/ |
Sets the write safe session handler. |
SessionManagerInterface::setWriteSafeHandler | function | core/ |
Sets the write safe session handler. |
SessionTest::testSessionWrite | function | core/ |
Tests that sessions are only saved when necessary. |
SessionTest::testSessionWriteError | function | core/ |
Test exception thrown during session write close. |
SessionTestController::traceHandlerRewriteUnmodified | function | core/ |
Returns an updated trace recorded by test proxy session handlers as JSON. |
SessionTestController::triggerWriteException | function | core/ |
Trigger an exception when the session is written. |
SettingsEditor::rewrite | function | core/ |
Replaces values in settings.php with values in the submitted array. |
SettingsRewriteTest | class | core/ |
Tests the SettingsEditor::rewrite() function. |
SettingsRewriteTest.php | file | core/ |
|
SettingsRewriteTest::testDrupalRewriteSettings | function | core/ |
@covers \Drupal\Core\Site\SettingsEditor::rewrite |
StackSessionHandlerIntegrationTest::testRequestWriteInvokesUpdateTimestamp | function | core/ |
Tests a session rewrite-unmodified request with a valid session cookie. |
StackSessionHandlerIntegrationTest::testRequestWriteInvokesValidateId | function | core/ |
Tests a session modify request with a valid session cookie. |
StorageComparer::$writeMode | property | core/ |
Indicates whether the target storage should be wrapped in a cache. |
StorageComparer::writeMode | function | core/ |
Changes the StorageComparer to write mode. |
StorageComparerInterface::writeMode | function | core/ |
Changes the StorageComparer to write mode. |
StorageInterface::write | function | core/ |
Writes configuration data to the storage. |
StorageReplaceDataWrapper::write | function | core/ |
Writes configuration data to the storage. |
StreamFileUploaderTest::testWriteStreamToFileSuccess | function | core/ |
@covers ::writeStreamToFile |
StreamFileUploaderTest::testWriteStreamToFileWithSmallerBytes | function | core/ |
@covers ::writeStreamToFile |
StreamWrapperInterface::WRITE | constant | core/ |
Wrapper is writable. |
StreamWrapperInterface::WRITE_VISIBLE | constant | core/ |
Visible, readable and writable. |
TemplateProjectTestBase::writeSettings | function | core/ |
Appends PHP code to the test site's settings.php. |
TemporaryJsonapiFileFieldUploader::$inputStreamFileWriter | property | core/ |
The input stream file writer. |
TestDirectWriteSandboxManager | class | core/ |
Defines a test-only sandbox manager that allows direct-write. |
TestDirectWriteSandboxManager::$type | property | core/ |
The stage type. |
TestSessionHandlerProxy::write | function | core/ |
|
TwigPhpStorageCache::write | function | core/ |
|
VendorHardeningPlugin::writeAccessRestrictionFiles | function | composer/ |
Place .htaccess file into the vendor directory. |
VendorHardeningPluginTest::testWriteAccessRestrictionFiles | function | core/ |
@covers ::writeAccessRestrictionFiles |
WorkspacesAliasManager::writeCache | function | core/ |
|
WriteSafeSessionHandler | class | core/ |
Wraps the session handler to prevent writes when not necessary or allowed. |
WriteSafeSessionHandler.php | file | core/ |
|
WriteSafeSessionHandler::$readSessions | property | core/ |
The read sessions. |
WriteSafeSessionHandler::$sessionWritable | property | core/ |
Whether or not the session is enabled for writing. |
WriteSafeSessionHandler::isSessionWritable | function | core/ |
Returns whether or not a session may be written to storage. |
WriteSafeSessionHandler::read | function | core/ |
|
WriteSafeSessionHandler::setSessionWritable | function | core/ |
Sets whether or not a session may be written to storage. |
WriteSafeSessionHandler::write | function | core/ |
|
WriteSafeSessionHandler::__construct | function | core/ |
Constructs a new write safe session handler. |
WriteSafeSessionHandlerInterface | interface | core/ |
Provides an interface for session handlers where writing can be disabled. |
WriteSafeSessionHandlerInterface.php | file | core/ |
|
WriteSafeSessionHandlerInterface::isSessionWritable | function | core/ |
Returns whether or not a session may be written to storage. |
WriteSafeSessionHandlerInterface::setSessionWritable | function | core/ |
Sets whether or not a session may be written to storage. |
WriteSafeSessionHandlerTest | class | core/ |
Tests \Drupal\Core\Session\WriteSafeSessionHandler. |
WriteSafeSessionHandlerTest.php | file | core/ |
|
WriteSafeSessionHandlerTest::$sessionHandler | property | core/ |
The write safe session handler. |
WriteSafeSessionHandlerTest::$wrappedSessionHandler | property | core/ |
The wrapped session handler. |
WriteSafeSessionHandlerTest::providerTestOtherMethods | function | core/ |
Provides test data for the other methods test. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.