Settings::__sleep

public Settings::__sleep()

Prevents settings from being serialized.

File

core/lib/Drupal/Core/Site/Settings.php, line 61

Class

Settings
Read only settings that are initialized with the class.

Namespace

Drupal\Core\Site

Code

public function __sleep() {
  throw new \LogicException('Settings can not be serialized. This probably means you are serializing an object that has an indirect reference to the Settings object. Adjust your code so that is not necessary.');
}
doc_Drupal
2016-10-29 09:42:14
Comments
Leave a Comment

Please login to continue.