function StorageComparer::__sleep
File
-
core/
lib/ Drupal/ Core/ Config/ StorageComparer.php, line 508
Class
- StorageComparer
- Defines a config storage comparer.
Namespace
Drupal\Core\ConfigCode
public function __sleep() : array {
return array_diff($this->defaultSleep(), [
'targetStorages',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.