Skip to content Skip to footer navigation
πŸ† Vote for your favorite CMS at the CMS Critic Awards! Voting ends Feb 28th.

Keys Modifier

Retrieves just the keys from the given array.

the_team:
jack: Jack McDade
jason: Jason Varga
jesse: Jesse Leite
joshua: Joshua Blum
duncan: Duncan McClean
{{ the_team | keys }}
<?php
$keys = Statamic::modify($the_team)->keys()->fetch();
?>
- jack
- jason
- jesse
- joshua
- duncan