function StorageInterface::encode
Same name in other branches
- 9 core/lib/Drupal/Core/Config/StorageInterface.php \Drupal\Core\Config\StorageInterface::encode()
- 8.9.x core/lib/Drupal/Core/Config/StorageInterface.php \Drupal\Core\Config\StorageInterface::encode()
- 11.x core/lib/Drupal/Core/Config/StorageInterface.php \Drupal\Core\Config\StorageInterface::encode()
Encodes configuration data into the storage-specific format.
This is a publicly accessible static method to allow for alternative usages in data conversion scripts and also tests.
Parameters
array $data: The configuration data to encode.
Return value
string The encoded configuration data.
11 methods override StorageInterface::encode()
- CachedStorage::encode in core/
lib/ Drupal/ Core/ Config/ CachedStorage.php - Encodes configuration data into the storage-specific format.
- DatabaseStorage::encode in core/
lib/ Drupal/ Core/ Config/ DatabaseStorage.php - Encodes configuration data into the storage-specific format.
- FileStorage::encode in core/
lib/ Drupal/ Core/ Config/ FileStorage.php - Encodes configuration data into the storage-specific format.
- ManagedStorage::encode in core/
lib/ Drupal/ Core/ Config/ ManagedStorage.php - Encodes configuration data into the storage-specific format.
- MemoryStorage::encode in core/
lib/ Drupal/ Core/ Config/ MemoryStorage.php - Encodes configuration data into the storage-specific format.
File
-
core/
lib/ Drupal/ Core/ Config/ StorageInterface.php, line 110
Class
- StorageInterface
- Defines an interface for configuration storage.
Namespace
Drupal\Core\ConfigCode
public function encode($data);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.