Array of child terms keyed by parent term ID.
Type: array
File
- core/modules/taxonomy/src/TermStorage.php, line 32
Class
- TermStorage
- Defines a Controller class for taxonomy terms.
Namespace
Drupal\taxonomy
Code
1 | protected $children = array (); |
Please login to continue.