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. |
CachedStorage::write | function | core/ |
Writes configuration data to the storage. |
DatabaseStorage::doWrite | function | core/ |
Helper method so we can re-try a write. |
DatabaseStorage::write | function | core/ |
Writes configuration data to the storage. |
drupal_rewrite_settings | function | core/ |
Replaces values in settings.php with values in the submitted array. |
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. |
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::writeHtaccess | function | core/ |
Writes an .htaccess file in the given directory, if it doesn't exist. |
FileSecurity::writeWebConfig | function | core/ |
Writes a web.config file in the given directory, if it doesn't exist. |
FileStorage::write | function | core/ |
Writes configuration data to the storage. |
FileStorage::writeable | function | core/ |
Whether this is a writable storage. |
FormHelper::rewriteStatesSelector | function | core/ |
Rewrites #states selectors in a render element. |
InstallStorage::write | function | core/ |
Overrides Drupal\Core\Config\FileStorage::write(). |
install_write_profile | function | core/ |
Installation task; writes profile to settings.php if possible. |
LocalReadOnlyStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
LocalStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
ManagedStorage::write | function | core/ |
Writes configuration data to the storage. |
MemoryStorage::write | function | core/ |
Writes configuration data to the storage. |
ModuleHandler::writeCache | function | core/ |
Write the hook implementation info to the cache. |
ModuleHandlerInterface::writeCache | function | core/ |
Write the hook implementation info to the cache. |
NullStorage::write | function | core/ |
Writes configuration data to the storage. |
PhpStorageInterface::writeable | function | core/ |
Whether this is a writable storage. |
PhpStreamWrapperInterface::stream_write | function | core/ |
|
PoMemoryWriter | class | core/ |
Defines a Gettext PO memory writer, to be used by the installer. |
PoMemoryWriter.php | file | core/ |
|
PoMemoryWriter::$items | property | core/ |
Array to hold all PoItem elements. |
PoMemoryWriter::getData | function | core/ |
Get all stored PoItem's. |
PoMemoryWriter::getHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface:getHeader(). |
PoMemoryWriter::getLangcode | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface:getLangcode(). |
PoMemoryWriter::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader(). |
PoMemoryWriter::setLangcode | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface:setLangcode(). |
PoMemoryWriter::writeItem | function | core/ |
Writes the given item. |
PoMemoryWriter::writeItems | function | core/ |
Writes all or the given amount of items. |
PoMemoryWriter::__construct | function | core/ |
Constructor, initialize empty items. |
PoStreamWriter | class | core/ |
Defines a Gettext PO stream writer. |
PoStreamWriter.php | file | core/ |
|
PoStreamWriter::$fd | property | core/ |
File handle of the current PO stream. |
PoStreamWriter::$header | property | core/ |
The Gettext PO header. |
PoStreamWriter::$langcode | property | core/ |
The language code of this writer. |
PoStreamWriter::$uri | property | core/ |
URI of the PO stream that is being written. |
PoStreamWriter::close | function | core/ |
Implements Drupal\Component\Gettext\PoStreamInterface::close(). |
PoStreamWriter::getHeader | function | core/ |
Gets the PO header of the current stream. |
PoStreamWriter::getLangcode | function | core/ |
Gets the current language code used. |
PoStreamWriter::getURI | function | core/ |
Implements Drupal\Component\Gettext\PoStreamInterface::getURI(). |
PoStreamWriter::open | function | core/ |
Open the stream. Set the URI for the stream earlier with setURI(). |
PoStreamWriter::setHeader | function | core/ |
Set the PO header for the current stream. |
PoStreamWriter::setLangcode | function | core/ |
Set the language code. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.