function ComponentMetadata::normalize
Same name in this branch
- 10 core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php \Drupal\Core\Theme\Component\ComponentMetadata::normalize()
Same name in other branches
- 11.x core/modules/sdc/src/Component/ComponentMetadata.php \Drupal\sdc\Component\ComponentMetadata::normalize()
- 11.x core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php \Drupal\Core\Theme\Component\ComponentMetadata::normalize()
Normalizes the value object.
Return value
array The normalized value object.
File
-
core/
modules/ sdc/ src/ Component/ ComponentMetadata.php, line 192
Class
- ComponentMetadata
- Component metadata.
Namespace
Drupal\sdc\ComponentCode
public function normalize() : array {
return [
'path' => $this->path,
'machineName' => $this->machineName,
'status' => $this->status,
'name' => $this->name,
'group' => $this->group,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.