Search for write
- Search 7.x for write
- Search 9.5.x for write
- Search 8.9.x for write
- Search 10.3.x for write
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| OverwriteExistingPackagesValidator.php | file | core/ |
|
| OverwriteExistingPackagesValidator::getSubscribedEvents | function | core/ |
|
| OverwriteExistingPackagesValidator::validate | function | core/ |
Validates that new installed packages don't overwrite existing directories. |
| OverwriteExistingPackagesValidator::__construct | function | core/ |
|
| OverwriteExistingPackagesValidatorTest | class | core/ |
Tests Overwrite Existing Packages Validator. |
| OverwriteExistingPackagesValidatorTest.php | file | core/ |
|
| OverwriteExistingPackagesValidatorTest::setUp | function | core/ |
|
| OverwriteExistingPackagesValidatorTest::testNewPackagesOverwriteExisting | function | core/ |
Tests that new installed packages overwrite existing directories. |
| PackageInstallDirectWriteTest | class | core/ |
Tests installing packages with direct write mode enabled. |
| PackageInstallDirectWriteTest.php | file | core/ |
|
| PackageInstallDirectWriteTest::testPackageInstall | function | core/ |
Tests installing packages in a stage directory. |
| package_manager.direct_write_precondition.directories | service | core/ |
Drupal\package_manager\DirectWritePreconditionBypass |
| package_manager.direct_write_precondition.rsync | service | core/ |
Drupal\package_manager\DirectWritePreconditionBypass |
| PhpBackend::writeItem | function | core/ |
Writes a cache item to PhpStorage. |
| PhpStreamWrapperInterface::stream_write | function | core/ |
Write to stream. |
| PoDatabaseWriter | class | core/ |
Gettext PO writer working with the locale module database. |
| PoDatabaseWriter.php | file | core/ |
|
| PoDatabaseWriter::$header | property | core/ |
Header of the po file written to the database. |
| PoDatabaseWriter::$langcode | property | core/ |
Language code of the language being written to the database. |
| PoDatabaseWriter::$options | property | core/ |
An associative array indicating what data should be overwritten, if any. |
| PoDatabaseWriter::$report | property | core/ |
Associative array summarizing the number of changes done. |
| PoDatabaseWriter::getHeader | function | core/ |
Get header metadata. |
| PoDatabaseWriter::getLangcode | function | core/ |
Get language code. |
| PoDatabaseWriter::getOptions | function | core/ |
Get the options used by the writer. |
| PoDatabaseWriter::getReport | function | core/ |
Get the report of the write operations. |
| PoDatabaseWriter::importString | function | core/ |
Imports one string into the database. |
| PoDatabaseWriter::setHeader | function | core/ |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
| PoDatabaseWriter::setLangcode | function | core/ |
Set language code. |
| PoDatabaseWriter::setOptions | function | core/ |
Set the options for the current writer. |
| PoDatabaseWriter::setReport | function | core/ |
Set the report array of write operations. |
| PoDatabaseWriter::writeItem | function | core/ |
Writes the given item. |
| PoDatabaseWriter::writeItems | function | core/ |
Writes all or the given amount of items. |
| 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. |
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.