Search for write
- Search 7.x for write
 - Search 9.5.x for write
 - Search 10.3.x for write
 - Search 11.x for write
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| AccountSwitcher::$writeSafeHandler | property | core/ | 
                                                                                        The write-safe session handler. | 
| AliasManager::writeCache | function | core/ | 
                                                                                        Cache an array of the paths available on each page. We assume that aliases will be needed for the majority of these paths during subsequent requests, and load them in a single query during path alias lookup.  | 
              
| BlockEntityOffCanvasFormRouteProcessorBC::overwriteRoute | function | core/ | 
                                                                                        Overwrites one route's metadata with the other's. | 
| BubblingTest::bubblingCacheOverwritePrerender | function | core/ | 
                                                                                        #pre_render callback for testOverWriteCacheKeys(). | 
| CacheDecoratorInterface::writeCache | function | core/ | 
                                                                                        Write the cache. | 
| 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. | 
| ConfigFileContentTest::testReadWriteConfig | function | core/ | 
                                                                                        Tests setting, writing, and reading of a configuration setting. | 
| ConfigImporterTest::testSecondaryWritePrimaryFirst | function | core/ | 
                                                                                        Tests that secondary writes are overwritten. | 
| ConfigImporterTest::testSecondaryWriteSecondaryFirst | function | core/ | 
                                                                                        Tests that secondary writes are overwritten. | 
| ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite | function | core/ | 
                                                                                        Tests install profile config changes. | 
| CssOptimizer::$rewriteFileURIBasePath | property | core/ | 
                                                                                        The base path used by rewriteFileURI(). | 
| CssOptimizer::rewriteFileURI | function | core/ | 
                                                                                        Prefixes all paths within a CSS file for processFile(). | 
| DatabaseStorage::doWrite | function | core/ | 
                                                                                        Helper method so we can re-try a write. | 
| DatabaseStorage::write | function | core/ | 
                                                                                        Writes configuration data to the storage. | 
| DownloadTest::testWriteProtectedDestination | function | core/ | 
                                                                                        Tests that an exception is thrown if the destination URI is not writable. | 
| drupal_rewrite_settings | function | core/ | 
                                                                                        Replaces values in settings.php with values in the submitted array. | 
| EntityContentBaseTest::testOverwriteAllMappedProperties | function | core/ | 
                                                                                        Tests overwriting all mapped properties in the destination entity (default behavior).  | 
              
| EntityContentBaseTest::testOverwriteProperties | function | core/ | 
                                                                                        Tests overwriting selected properties in the destination entity, specified in the destination configuration.  | 
              
| EntityFieldTest::doTestReadWrite | function | core/ | 
                                                                                        Executes the read write test set for a defined entity type. | 
| EntityFieldTest::testReadWrite | function | core/ | 
                                                                                        Tests reading and writing properties and field items. | 
| feed.bridge.writer | service | core/ | 
                                                                                        Drupal\Component\Bridge\ZfExtensionManagerSfContainer | 
| feed.writer.atomrendererfeed | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\Atom\Renderer\Feed | 
| feed.writer.contentrendererentry | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\Content\Renderer\Entry | 
| feed.writer.dublincorerendererentry | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\DublinCore\Renderer\Entry | 
| feed.writer.dublincorerendererfeed | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\DublinCore\Renderer\Feed | 
| feed.writer.itunesentry | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\ITunes\Entry | 
| feed.writer.itunesfeed | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\ITunes\Feed | 
| feed.writer.itunesrendererentry | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\ITunes\Renderer\Entry | 
| feed.writer.itunesrendererfeed | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\ITunes\Renderer\Feed | 
| feed.writer.slashrendererentry | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\Slash\Renderer\Entry | 
| feed.writer.threadingrendererentry | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\Threading\Renderer\Entry | 
| feed.writer.wellformedwebrendererentry | service | core/ | 
                                                                                        Laminas\Feed\Writer\Extension\WellFormedWeb\Renderer\Entry | 
| 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.  | 
              
| FieldKernelTest::testRewrite | function | core/ | 
                                                                                        Tests general rewriting of the output. | 
| FieldKernelTest::testRewriteHtmlWithTokens | function | core/ | 
                                                                                        Tests rewriting of the output with HTML. | 
| FieldKernelTest::testRewriteHtmlWithTokensAndAggregation | function | core/ | 
                                                                                        Tests rewriting of the output with HTML and aggregation. | 
| FieldSqlStorageTest::testFieldWrite | function | core/ | 
                                                                                        Tests field saving works correctly by reading directly from the tables. | 
| file.htaccess_writer | service | core/ | 
                                                                                        Drupal\Core\File\HtaccessWriter | 
| FileCopy::writeFile | function | core/ | 
                                                                                        Tries to move or copy a file. | 
| FileCopyTest::testOverwriteSelf | function | core/ | 
                                                                                        Copy a file onto itself. | 
| FileMoveTest::testOverwriteSelf | function | core/ | 
                                                                                        Try to move a file onto itself. | 
| FileReadOnlyStorage::writeable | function | core/ | 
                                                                                        Whether this is a writable storage. | 
| FileSecurity::writeFile | function | core/ | 
                                                                                        Writes the contents to the file in the given directory. | 
| FileSecurity::writeFile | function | composer/ | 
                                                                                        Writes the contents to the file in the given directory. | 
| FileSecurity::writeHtaccess | function | composer/ | 
                                                                                        Writes an .htaccess file in the given directory, if it doesn't exist. | 
| FileSecurity::writeHtaccess | function | core/ | 
                                                                                        Writes an .htaccess file in the given directory, if it doesn't exist. | 
| FileSecurity::writeWebConfig | function | composer/ | 
                                                                                        Writes a web.config file in the given directory, if it doesn't exist. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.