function RecipeConfigStorageWrapper::encode

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php \Drupal\Core\Recipe\RecipeConfigStorageWrapper::encode()

Overrides StorageInterface::encode

File

core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php, line 112

Class

RecipeConfigStorageWrapper
Merges two storages together.

Namespace

Drupal\Core\Recipe

Code

public function encode($data) : string {
    throw new \BadMethodCallException();
}

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