function Group::getChildren

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Theme/DesignToken/Group.php \Drupal\Core\Theme\DesignToken\Group::getChildren()

The group's children.

Return value

array The group's children.

File

core/lib/Drupal/Core/Theme/DesignToken/Group.php, line 71

Class

Group
A group: distinguishable by not having a $value property.

Namespace

Drupal\Core\Theme\DesignToken

Code

public function getChildren() : array {
  return $this->children;
}

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