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 |
---|---|---|---|
AccountSwitcher::$writeSafeHandler | property | core/ |
The write-safe session handler. |
AllowDirectWrite | class | core/ |
Identifies sandbox managers which can operate on the running code base. |
AllowDirectWrite.php | file | core/ |
|
AllowListConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
CachedStorage::write | function | core/ |
Writes configuration data to the storage. |
ChainedFastBackend::$lastWriteTimestamp | property | core/ |
The time at which the last write to this cache bin happened. |
ChainedFastBackend::getLastWriteTimestamp | function | core/ |
Gets the last write timestamp. |
ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX | constant | core/ |
Cache key prefix for the bin-specific entry to track the last write. |
CheckpointStorage::write | function | core/ |
Writes configuration data to the storage. |
CheckpointStorageTest::testWriteOperations | function | core/ |
@covers ::write[[api-linebreak]] @covers ::delete[[api-linebreak]] @covers ::rename[[api-linebreak]] @covers ::deleteAll[[api-linebreak]] |
CheckpointStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
DatabaseStorage::doWrite | function | core/ |
Helper method so we can re-try a write. |
DatabaseStorage::write | function | core/ |
Writes configuration data to the storage. |
DirectWritePreconditionBypass | class | core/ |
Allows certain Composer Stager preconditions to be bypassed. |
DirectWritePreconditionBypass.php | file | core/ |
|
DirectWritePreconditionBypass::$isBypassed | property | core/ |
Whether or not the decorated precondition is being bypassed. |
DirectWritePreconditionBypass::activate | function | core/ |
Bypasses the decorated precondition. |
DirectWritePreconditionBypass::assertIsFulfilled | function | core/ |
|
DirectWritePreconditionBypass::getDescription | function | core/ |
|
DirectWritePreconditionBypass::getLeaves | function | core/ |
|
DirectWritePreconditionBypass::getName | function | core/ |
|
DirectWritePreconditionBypass::getStatusMessage | function | core/ |
|
DirectWritePreconditionBypass::isFulfilled | function | core/ |
|
DirectWritePreconditionBypass::__construct | function | core/ |
|
DirectWriteSubscriber | class | core/ |
Handles sandbox events when direct-write is enabled. |
DirectWriteSubscriber.php | file | core/ |
|
DirectWriteSubscriber::enterMaintenanceMode | function | core/ |
Enters maintenance mode before a direct-mode require operation. |
DirectWriteSubscriber::exitMaintenanceMode | function | core/ |
Leaves maintenance mode after a direct-mode require operation. |
DirectWriteSubscriber::getSubscribedEvents | function | core/ |
|
DirectWriteSubscriber::STATE_KEY | constant | core/ |
The state key which holds the original status of maintenance mode. |
DirectWriteSubscriber::warnAboutDirectWrite | function | core/ |
Logs a warning about direct-write mode, if it is in use. |
DirectWriteSubscriber::__construct | function | core/ |
|
DirectWriteTest | class | core/ |
@covers \Drupal\package_manager\EventSubscriber\DirectWriteSubscriber[[api-linebreak]] @covers \Drupal\package_manager\SandboxManagerBase::isDirectWrite[[api-linebreak]] @covers \Drupal\package_manager\DirectWritePreconditionBypass[[api-linebreak]] |
DirectWriteTest.php | file | core/ |
|
DirectWriteTest::$postRequireMaintenanceMode | property | core/ |
Whether we are in maintenance mode after a require operation. |
DirectWriteTest::$preRequireMaintenanceMode | property | core/ |
Whether we are in maintenance mode before a require operation. |
DirectWriteTest::assertNotDirectWrite | function | core/ |
Event listener that asserts the sandbox manager isn't in direct-write mode. |
DirectWriteTest::getSubscribedEvents | function | core/ |
|
DirectWriteTest::onPostRequire | function | core/ |
Event listener that records the maintenance mode flag on post-require. |
DirectWriteTest::onPreRequire | function | core/ |
Event listener that records the maintenance mode flag on pre-require. |
DirectWriteTest::setUp | function | core/ |
|
DirectWriteTest::testDirectWriteFlagIsLocked | function | core/ |
Tests that the sandbox's direct-write status is part of its locking info. |
DirectWriteTest::testMaintenanceModeNotEnteredIfErrorOnPreRequire | function | core/ |
Tests that pre-require errors prevent maintenance mode during direct-write. |
DirectWriteTest::testPreconditionBypass | function | core/ |
Tests that direct-write bypasses certain Composer Stager preconditions. |
DirectWriteTest::testSiteNotSandboxedIfDirectWriteGloballyEnabled | function | core/ |
Tests direct-write mode when globally enabled. |
DirectWriteTest::testSiteSandboxedIfDirectWriteGloballyDisabled | function | core/ |
Tests that direct-write does not work if it is globally disabled. |
Drupal\package_manager\EventSubscriber\DirectWriteSubscriber | service | core/ |
|
Drupal\package_manager\Validator\OverwriteExistingPackagesValidator | service | core/ |
|
FailureMarker::write | function | core/ |
Writes data to marker file. |
FieldItemBase::writePropertyValue | function | core/ |
Different to the parent Map class, we avoid creating property objects as far as possible in order to optimize performance. Thus we just update $this->values if no property object has been created yet. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.