public function KeyTypeMultivalueInterface::unserialize in Key 8
Unserialize a string of key values into an array.
Parameters
string $value: A serialized string of key values.
Return value
array An array of key values.
2 methods override KeyTypeMultivalueInterface::unserialize()
- AuthenticationMultivalueKeyType::unserialize in src/
Plugin/ KeyType/ AuthenticationMultivalueKeyType.php - Unserialize a string of key values into an array.
- MultiValueKeyType::unserialize in tests/
modules/ key_test/ src/ Plugin/ KeyType/ MultiValueKeyType.php - Unserialize a string of key values into an array.
File
- src/
Plugin/ KeyTypeMultivalueInterface.php, line 30
Class
- KeyTypeMultivalueInterface
- Provides an interface for Key Type plugins that support multivalue keys.
Namespace
Drupal\key\PluginCode
public function unserialize($value);