Search for write

  1. Search 7.x for write
  2. Search 9.5.x for write
  3. Search 10.3.x for write
  4. Search 11.x for write
  5. Other projects
Title Object type File name Summary
AccountSwitcher::$writeSafeHandler property core/lib/Drupal/Core/Session/AccountSwitcher.php The write-safe session handler.
AliasManager::writeCache function core/lib/Drupal/Core/Path/AliasManager.php 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/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Overwrites one route's metadata with the other's.
CachedStorage::write function core/lib/Drupal/Core/Config/CachedStorage.php Writes configuration data to the storage.
DatabaseStorage::doWrite function core/lib/Drupal/Core/Config/DatabaseStorage.php Helper method so we can re-try a write.
DatabaseStorage::write function core/lib/Drupal/Core/Config/DatabaseStorage.php Writes configuration data to the storage.
drupal_rewrite_settings function core/includes/install.inc Replaces values in settings.php with values in the submitted array.
FieldItemBase::writePropertyValue function core/lib/Drupal/Core/Field/FieldItemBase.php 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/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Whether this is a writable storage.
FileSecurity::writeFile function core/lib/Drupal/Component/FileSecurity/FileSecurity.php Writes the contents to the file in the given directory.
FileSecurity::writeHtaccess function core/lib/Drupal/Component/FileSecurity/FileSecurity.php Writes an .htaccess file in the given directory, if it doesn't exist.
FileSecurity::writeWebConfig function core/lib/Drupal/Component/FileSecurity/FileSecurity.php Writes a web.config file in the given directory, if it doesn't exist.
FileStorage::write function core/lib/Drupal/Core/Config/FileStorage.php Writes configuration data to the storage.
FileStorage::writeable function core/lib/Drupal/Component/PhpStorage/FileStorage.php Whether this is a writable storage.
FormHelper::rewriteStatesSelector function core/lib/Drupal/Core/Form/FormHelper.php Rewrites #states selectors in a render element.
InstallStorage::write function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::write().
install_write_profile function core/includes/install.core.inc Installation task; writes profile to settings.php if possible.
LocalReadOnlyStream::stream_write function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for fwrite(), file_put_contents() etc.
LocalStream::stream_write function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Support for fwrite(), file_put_contents() etc.
ManagedStorage::write function core/lib/Drupal/Core/Config/ManagedStorage.php Writes configuration data to the storage.
MemoryStorage::write function core/lib/Drupal/Core/Config/MemoryStorage.php Writes configuration data to the storage.
ModuleHandler::writeCache function core/lib/Drupal/Core/Extension/ModuleHandler.php Write the hook implementation info to the cache.
ModuleHandlerInterface::writeCache function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Write the hook implementation info to the cache.
NullStorage::write function core/lib/Drupal/Core/Config/NullStorage.php Writes configuration data to the storage.
PhpStorageInterface::writeable function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Whether this is a writable storage.
PhpStreamWrapperInterface::stream_write function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
PoMemoryWriter class core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Defines a Gettext PO memory writer, to be used by the installer.
PoMemoryWriter.php file core/lib/Drupal/Component/Gettext/PoMemoryWriter.php
PoMemoryWriter::$items property core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Array to hold all PoItem elements.
PoMemoryWriter::getData function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Get all stored PoItem's.
PoMemoryWriter::getHeader function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:getHeader().
PoMemoryWriter::getLangcode function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:getLangcode().
PoMemoryWriter::setHeader function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader().
PoMemoryWriter::setLangcode function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:setLangcode().
PoMemoryWriter::writeItem function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Writes the given item.
PoMemoryWriter::writeItems function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Writes all or the given amount of items.
PoMemoryWriter::__construct function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Constructor, initialize empty items.
PoStreamWriter class core/lib/Drupal/Component/Gettext/PoStreamWriter.php Defines a Gettext PO stream writer.
PoStreamWriter.php file core/lib/Drupal/Component/Gettext/PoStreamWriter.php
PoStreamWriter::$fd property core/lib/Drupal/Component/Gettext/PoStreamWriter.php File handle of the current PO stream.
PoStreamWriter::$header property core/lib/Drupal/Component/Gettext/PoStreamWriter.php The Gettext PO header.
PoStreamWriter::$langcode property core/lib/Drupal/Component/Gettext/PoStreamWriter.php The language code of this writer.
PoStreamWriter::$uri property core/lib/Drupal/Component/Gettext/PoStreamWriter.php URI of the PO stream that is being written.
PoStreamWriter::close function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Implements Drupal\Component\Gettext\PoStreamInterface::close().
PoStreamWriter::getHeader function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Gets the PO header of the current stream.
PoStreamWriter::getLangcode function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Gets the current language code used.
PoStreamWriter::getURI function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Implements Drupal\Component\Gettext\PoStreamInterface::getURI().
PoStreamWriter::open function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Open the stream. Set the URI for the stream earlier with setURI().
PoStreamWriter::setHeader function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Set the PO header for the current stream.
PoStreamWriter::setLangcode function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Set the language code.

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