Search for write
- Search 7.x for write
- Search 9.5.x for write
- Search 10.3.x for write
- Search 11.x for write
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryStorage::write | function | core/ |
Writes configuration data to the storage. |
| migrate_overwrite_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml |
| ModuleHandler::writeCache | function | core/ |
Write the hook implementation info to the cache. |
| ModuleHandlerInterface::writeCache | function | core/ |
Write the hook implementation info to the cache. |
| ModuleHandlerTest::testWriteCache | function | core/ |
Test that write cache calls through to cache library correctly. |
| NodeAccessControlHandler::writeDefaultGrant | function | core/ |
Creates the default node access grant entry on the grant storage. |
| NodeAccessControlHandler::writeGrants | function | core/ |
Writes a list of grants to the database, deleting any previously saved ones. |
| NodeAccessControlHandlerInterface::writeDefaultGrant | function | core/ |
Creates the default node access grant entry on the grant storage. |
| NodeAccessControlHandlerInterface::writeGrants | function | core/ |
Writes a list of grants to the database, deleting any previously saved ones. |
| NodeGrantDatabaseStorage::write | function | core/ |
Writes a list of grants to the database, deleting previously saved ones. |
| NodeGrantDatabaseStorage::writeDefault | function | core/ |
Creates the default node access grant entry. |
| NodeGrantDatabaseStorageInterface::write | function | core/ |
Writes a list of grants to the database, deleting previously saved ones. |
| NodeGrantDatabaseStorageInterface::writeDefault | function | core/ |
Creates the default node access grant entry. |
| NullStorage::write | function | core/ |
Writes configuration data to the storage. |
| OperationData::OVERWRITE | constant | composer/ |
|
| OperationData::overwrite | function | composer/ |
Determines overwrite. |
| PhpBackend::writeItem | function | core/ |
Writes a cache item to PhpStorage. |
| PhpStorageInterface::writeable | function | core/ |
Whether this is a writable storage. |
| PhpStreamWrapperInterface::stream_write | function | core/ |
|
| 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/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.