function StorageComparerInterface::writeMode

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::writeMode()

Changes the StorageComparer to write mode.

Tells the StorageComparer that the target storage is going to be used for writing. This information allows implementations to optimize caching strategies for reading from or writing to the target storage.

Return value

$this

1 method overrides StorageComparerInterface::writeMode()
StorageComparer::writeMode in core/lib/Drupal/Core/Config/StorageComparer.php
Changes the StorageComparer to write mode.

File

core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 43

Class

StorageComparerInterface
Defines an interface for comparison of configuration storage objects.

Namespace

Drupal\Core\Config

Code

public function writeMode() : static;

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