Search for write
- Search 7.x for write
- Search 8.9.x for write
- Search 10.3.x for write
- Search 11.x for write
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
PoStreamWriter::setURI | function | core/ |
Set the URI of the PO stream that is going to be read or written. |
PoStreamWriter::write | function | core/ |
Write data to the stream. |
PoStreamWriter::writeHeader | function | core/ |
Write the PO header to the stream. |
PoStreamWriter::writeItem | function | core/ |
Writes the given item. |
PoStreamWriter::writeItems | function | core/ |
Writes all or the given amount of items. |
PoStreamWriterTest | class | core/ |
@coversDefaultClass \Drupal\Component\Gettext\PoStreamWriter @group Gettext |
PoStreamWriterTest.php | file | core/ |
|
PoStreamWriterTest::$poFile | property | core/ |
The mock po file. |
PoStreamWriterTest::$poWriter | property | core/ |
The PO writer object under test. |
PoStreamWriterTest::providerWriteData | function | core/ |
|
PoStreamWriterTest::setUp | function | core/ |
|
PoStreamWriterTest::testCloseException | function | core/ |
@covers ::close |
PoStreamWriterTest::testGetUriException | function | core/ |
@covers ::getURI |
PoStreamWriterTest::testWriteItem | function | core/ |
@covers ::writeItem @dataProvider providerWriteData |
PoWriterInterface | interface | core/ |
Shared interface definition for all Gettext PO Writers. |
PoWriterInterface.php | file | core/ |
|
PoWriterInterface::writeItem | function | core/ |
Writes the given item. |
PoWriterInterface::writeItems | function | core/ |
Writes all or the given amount of items. |
ReadOnlyStorage::write | function | core/ |
Writes configuration data to the storage. |
ReadOnlyStorageTest::testWriteOperations | function | core/ |
@covers ::write @covers ::delete @covers ::rename @covers ::deleteAll |
ReadOnlyStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
ReadOnlyStream::stream_write | function | core/ |
Support for fwrite(), file_put_contents() etc. |
RelationLinkManager::writeCache | function | core/ |
Writes the cache of relation links. |
RendererBubblingTest::testOverWriteCacheKeys | function | core/ |
Tests that an element's cache keys cannot be changed during its rendering. |
ReplaceOp::$overwrite | property | composer/ |
Whether to overwrite existing files. |
RequirementsTest::writeIsolationLevelSettings | function | core/ |
Writes the isolation level in settings.php. |
SecurityAdvisoryTest::writeSettings | function | core/ |
Rewrites the settings.php file of the test site. |
SessionHandler::write | function | core/ |
|
SessionManager::$writeSafeHandler | property | core/ |
The write safe session handler. |
SessionManager::setWriteSafeHandler | function | core/ |
Sets the write safe session handler. |
SessionManagerInterface::setWriteSafeHandler | function | core/ |
Sets the write safe session handler. |
SessionTest::testSessionWrite | function | core/ |
Tests that sessions are only saved when necessary. |
session_handler.write_safe | service | core/ |
Drupal\Core\Session\WriteSafeSessionHandler |
SettingsRewriteTest | class | core/ |
Tests the drupal_rewrite_settings() function. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.