function Container::__sleep
File
- 
              core/lib/ Drupal/ Core/ DependencyInjection/ Container.php, line 15 
Class
- Container
- Extends the Drupal container to set the service ID on the created object.
Namespace
Drupal\Core\DependencyInjectionCode
public function __sleep() {
  assert(FALSE, 'The container was serialized.');
  return array_keys(get_object_vars($this));
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
