function RecipeConfigStorageWrapper::decode

Overrides StorageInterface::decode

File

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

Class

RecipeConfigStorageWrapper
Merges two storages together.

Namespace

Drupal\Core\Recipe

Code

public function decode($raw) : array {
    throw new \BadMethodCallException();
}

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