Overrides ComplexDataInterface::getProperties
public function getProperties($include_computed = FALSE) { $properties = []; foreach (array_keys($this->value) as $name) { $properties[$name] = $this->get($name); } return $properties; }