$pages->keys()

Returns all keys/URIs from the collection.

Example

Example pages

<?php dump($page->children()->keys()) ?>
/*
array(
  'project-a',
  'project-b',
  'project-c'
)
*/