function MenuTreeParameters::unserialize

File

core/lib/Drupal/Core/Menu/MenuTreeParameters.php, line 221

Class

MenuTreeParameters
Provides a value object to model menu tree parameters.

Namespace

Drupal\Core\Menu

Code

public function unserialize($serialized) {
  $this->__unserialize(unserialize($serialized));
  return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.