|
AssetWriter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
Writes assets to the filesystem. |
|
Store::write |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
Writes a cache entry to the store for the given Request and Response. |
|
history_write |
function |
drupal/core/modules/history/history.module |
Updates 'last viewed' timestamp of the specified entity for the current user. |
|
Stream::write |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
Write data to the stream |
|
PoMemoryWriter |
class |
drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php |
Defines a Gettext PO memory writer, to be used by the installer. |
|
PoStreamWriter |
class |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Defines a Gettext PO stream writer. |
|
WriteRecordTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php |
Tests writing of data records with drupal_write_record(). |
|
AssetWriter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
|
|
ApcCache::write |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Cache/ApcCache.php |
Stores a class metadata in the cache |
|
CssRewriteFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php |
Fixes relative CSS urls. |
|
PoDatabaseWriter |
class |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Gettext PO writer working with the locale module database. |
|
ERR_WRITE_FAILED |
constant |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessTestHelper.php |
|
|
AssetWriter::$dir |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
|
|
PoWriterInterface |
interface |
drupal/core/lib/Drupal/Component/Gettext/PoWriterInterface.php |
Shared interface definition for all Gettext PO Writers. |
|
PoMemoryWriter.php |
file |
drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php |
Definition of Drupal\Component\Gettext\PoMemoryWriter. |
|
PoStreamWriter.php |
file |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Definition of Drupal\Component\Gettext\PoStreamWriter. |
|
NullStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
|
AssetWriter::write |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
|
|
FileStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
|
drupal_write_record |
function |
drupal/core/includes/schema.inc |
Saves (inserts or updates) a record to the database based upon the schema. |
|
SettingsRewriteTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SettingsRewriteTest.php |
Tests the drupal_rewrite_settings() function. |
|
WriteRecordTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php |
Definition of Drupal\system\Tests\Common\WriteRecordTest. |
|
AssetWriter::$values |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
|
|
CssRewriteFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php |
|
|
Twig_Compiler::write |
function |
drupal/core/vendor/twig/twig/lib/Twig/Compiler.php |
Writes a string to the compiled code by adding indentation. |
|
PoStreamWriter::$_fd |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
File handle of the current PO stream. |
|
PoStreamWriter::open |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::open(). |
|
CachedStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
|
SchemaStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/Schema/SchemaStorage.php |
Overrides \Drupal\Core\Config\InstallStorage::write(). |
|
PoDatabaseWriter.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Definition of Drupal\locale\PoDatabaseWriter. |
|
PoWriterInterface.php |
file |
drupal/core/lib/Drupal/Component/Gettext/PoWriterInterface.php |
Definition of Drupal\Component\Gettext\PoWriterInterface. |
|
SessionHandler::write |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
|
STREAM_WRAPPERS_WRITE |
constant |
drupal/core/includes/file.inc |
Stream wrapper bit flag -- wrapper is writeable. |
|
PoStreamWriter::$_uri |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
URI of the PO stream that is being written. |
|
PoStreamWriter::close |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::close(). |
|
PoStreamWriter::write |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Write data to the stream. |
|
InstallStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::write(). |
|
CacheInterface::write |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php |
Stores a class metadata in the cache |
|
_drupal_session_write |
function |
drupal/core/includes/session.inc |
Writes an entire session to the database (internal use only). |
|
StoreInterface::write |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php |
Writes a cache entry to the store for the given Request and Response. |
|
ArchiveTar::_openWrite |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
|
FileStorage::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). |
|
DatabaseStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
|
StreamInterface::write |
function |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php |
Write data to the stream |
|
PoStreamWriter::getURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::getURI(). |
|
PoStreamWriter::setURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::setURI(). |
|
Stream::$readWriteHash |
property |
drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php |
|
|
SettingsRewriteTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/SettingsRewriteTest.php |
Contains Drupal\system\Tests\System\SettingsRewriteTest. |
|
StorageInterface::write |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Writes configuration data to the storage. |
|
ArchiveTar::_writeBlock |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|