function RenderElementBase::__wakeup
File
-
core/
lib/ Drupal/ Core/ Render/ Element/ RenderElementBase.php, line 730
Class
- RenderElementBase
- Provides a base class for render element plugins.
Namespace
Drupal\Core\Render\ElementCode
public function __wakeup() : void {
parent::__wakeup();
$this->storage['##object'] = $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.