Search for write

  1. Search 7.x for write
  2. Search 9.5.x for write
  3. Search 8.9.x for write
  4. Search 10.3.x for write
  5. Other projects
Title Object type File name Summary
migrate_overwrite_test.info.yml file core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml
ModuleHandler::writeCache function core/lib/Drupal/Core/Extension/ModuleHandler.php Does not do anything.
ModuleHandlerInterface::writeCache function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Does not do anything.
NodeAccessControlHandler::writeDefaultGrant function core/modules/node/src/NodeAccessControlHandler.php Creates the default node access grant entry on the grant storage.
NodeAccessControlHandlerInterface::writeDefaultGrant function core/modules/node/src/NodeAccessControlHandlerInterface.php Creates the default node access grant entry on the grant storage.
NodeGrantDatabaseStorage::write function core/modules/node/src/NodeGrantDatabaseStorage.php Writes a list of grants to the database, deleting previously saved ones.
NodeGrantDatabaseStorage::writeDefault function core/modules/node/src/NodeGrantDatabaseStorage.php Creates the default node access grant entry.
NodeGrantDatabaseStorageInterface::write function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Writes a list of grants to the database, deleting previously saved ones.
NodeGrantDatabaseStorageInterface::writeDefault function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Creates the default node access grant entry.
NullStorage::write function core/lib/Drupal/Core/Config/NullStorage.php Writes configuration data to the storage.
OperationData::OVERWRITE constant composer/Plugin/Scaffold/Operations/OperationData.php
OperationData::overwrite function composer/Plugin/Scaffold/Operations/OperationData.php Determines overwrite.
OverwriteExistingPackagesValidator class core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php Validates that newly installed packages don't overwrite existing directories.
OverwriteExistingPackagesValidator.php file core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidator::validate function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php Validates that new installed packages don't overwrite existing directories.
OverwriteExistingPackagesValidator::__construct function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidatorTest class core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php @covers \Drupal\package_manager\Validator\OverwriteExistingPackagesValidator[[api-linebreak]]
@group package_manager
@internal
OverwriteExistingPackagesValidatorTest.php file core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
OverwriteExistingPackagesValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
OverwriteExistingPackagesValidatorTest::testNewPackagesOverwriteExisting function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php Tests that new installed packages overwrite existing directories.
package_manager.direct_write_precondition.directories service core/modules/package_manager/package_manager.services.yml Drupal\package_manager\DirectWritePreconditionBypass
package_manager.direct_write_precondition.rsync service core/modules/package_manager/package_manager.services.yml Drupal\package_manager\DirectWritePreconditionBypass
PhpBackend::writeItem function core/lib/Drupal/Core/Cache/PhpBackend.php Writes a cache item to PhpStorage.
PhpStreamWrapperInterface::stream_write function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Write to stream.
PoDatabaseWriter class core/modules/locale/src/PoDatabaseWriter.php Gettext PO writer working with the locale module database.
PoDatabaseWriter.php file core/modules/locale/src/PoDatabaseWriter.php
PoDatabaseWriter::$header property core/modules/locale/src/PoDatabaseWriter.php Header of the po file written to the database.
PoDatabaseWriter::$langcode property core/modules/locale/src/PoDatabaseWriter.php Language code of the language being written to the database.
PoDatabaseWriter::$options property core/modules/locale/src/PoDatabaseWriter.php An associative array indicating what data should be overwritten, if any.
PoDatabaseWriter::$report property core/modules/locale/src/PoDatabaseWriter.php Associative array summarizing the number of changes done.
PoDatabaseWriter::getHeader function core/modules/locale/src/PoDatabaseWriter.php Get header metadata.
PoDatabaseWriter::getLangcode function core/modules/locale/src/PoDatabaseWriter.php Get language code.
PoDatabaseWriter::getOptions function core/modules/locale/src/PoDatabaseWriter.php Get the options used by the writer.
PoDatabaseWriter::getReport function core/modules/locale/src/PoDatabaseWriter.php Get the report of the write operations.
PoDatabaseWriter::importString function core/modules/locale/src/PoDatabaseWriter.php Imports one string into the database.
PoDatabaseWriter::setHeader function core/modules/locale/src/PoDatabaseWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().
PoDatabaseWriter::setLangcode function core/modules/locale/src/PoDatabaseWriter.php Set language code.
PoDatabaseWriter::setOptions function core/modules/locale/src/PoDatabaseWriter.php Set the options for the current writer.
PoDatabaseWriter::setReport function core/modules/locale/src/PoDatabaseWriter.php Set the report array of write operations.
PoDatabaseWriter::writeItem function core/modules/locale/src/PoDatabaseWriter.php Writes the given item.
PoDatabaseWriter::writeItems function core/modules/locale/src/PoDatabaseWriter.php Writes all or the given amount of items.
PoDatabaseWriter::__construct function core/modules/locale/src/PoDatabaseWriter.php Constructor, initialize reporting array.
PoMemoryWriter class core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Defines a Gettext PO memory writer, to be used by the installer.
PoMemoryWriter.php file core/lib/Drupal/Component/Gettext/PoMemoryWriter.php
PoMemoryWriter::$items property core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Array to hold all PoItem elements.
PoMemoryWriter::getData function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Get all stored PoItem's.
PoMemoryWriter::getHeader function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:getHeader().
PoMemoryWriter::getLangcode function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:getLangcode().
PoMemoryWriter::setHeader function core/lib/Drupal/Component/Gettext/PoMemoryWriter.php Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.