Search for write
Title | Object type | File name | Summary |
---|---|---|---|
PoDatabaseWriter::__construct | function | core/ |
Constructor, initialize reporting array. |
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. |
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. |
RecipeConfigStorageWrapper::write | function | core/ |
Writes configuration data to the storage. |
RecipeExtensionConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
RecipeOverrideConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
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.